mine.vue 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397
  1. <template>
  2. <view>
  3. <statusBar :item="navBarData"></statusBar>
  4. <!-- 消息提示 -->
  5. <msgPop></msgPop>
  6. <view class="mineBox">
  7. <view class="userInformation" >
  8. <view class="userAvatar" @click="gotoMineEdit">
  9. <image
  10. :src="userAvatar!=='' ? userAvatar : 'https://teacherapi.cocorobo.cn/teaching-file/static//mine/Avatar_default.png'"
  11. mode="aspectFill"></image>
  12. </view>
  13. <view class="userInfo" @click="gotoMineEdit">
  14. <view class="infoTextone">
  15. <text class="twoZ-font">{{ !username ? '未登录' : username }}</text>
  16. <!-- <span v-if="isManage!==''" class="manage bq-font">管理员</span> -->
  17. </view>
  18. <view class="infoTexttwo">
  19. <text style="font-size: 26rpx;font-weight: 400;line-height: 42rpx;color: #999999;">
  20. {{signature!=='' ? signature : '个性签名' }}
  21. </text>
  22. <!-- <text style="font-size: 26rpx;font-weight: 400;line-height: 42rpx;color: #999999;"></text> -->
  23. </view>
  24. </view>
  25. <!-- <view class="msgInfo">
  26. <view class="msgImg" @click="goMsg">
  27. 消息
  28. </view>
  29. </view> -->
  30. </view>
  31. <view class="userOptionsBox">
  32. <view class="optionsItemBox">
  33. <view class="optionItem" @click="goMsg">
  34. <view class="option_left">
  35. <view class="option_icon" style="display: flex;justify-content: center;">
  36. <image style="width: 80%;height: 80%;" src="../../static/Vectorldang.png" mode="aspectFill">
  37. </image>
  38. </view>
  39. <text class="option_text fwb-font">我的消息</text>
  40. </view>
  41. <view class="option_right">
  42. <view class="msgq" v-if="msgn>0">
  43. {{msgn}}
  44. </view>
  45. <image src="https://teacherapi.cocorobo.cn/teaching-file/static//mine/arrow-right.png" mode="aspectFill">
  46. </image>
  47. </view>
  48. </view>
  49. <view class="optionItem" @click="gotoMineCollect">
  50. <view class="option_left">
  51. <span class="option_icon">
  52. <image src="https://teacherapi.cocorobo.cn/teaching-file/static/mine/Collect.png" mode="aspectFill">
  53. </image>
  54. </span>
  55. <text class="option_text fwb-font">我的收藏</text>
  56. </view>
  57. <view class="option_right">
  58. <image src="https://teacherapi.cocorobo.cn/teaching-file/static/mine/arrow-right.png" mode="aspectFill">
  59. </image>
  60. </view>
  61. </view>
  62. <view class="optionItem" @click="gotoMineActive">
  63. <view class="option_left">
  64. <span class="option_icon">
  65. <image src="https://teacherapi.cocorobo.cn/teaching-file/static/mine/active.png" mode="aspectFill">
  66. </image>
  67. </span>
  68. <text class="option_text fwb-font">我的活动</text>
  69. </view>
  70. <view class="option_right">
  71. <image src="https://teacherapi.cocorobo.cn/teaching-file/static//mine/arrow-right.png" mode="aspectFill">
  72. </image>
  73. </view>
  74. </view>
  75. <!-- <view class="optionItem" @click="gotoMineClass">
  76. <view class="option_left">
  77. <span class="option_icon">
  78. <image src="https://teacherapi.cocorobo.cn/teaching-file/static//mine/myClass.png" mode="aspectFill">
  79. </image>
  80. </span>
  81. <text class="option_text fwb-font">我的教研室</text>
  82. </view>
  83. <view class="option_right">
  84. <image src="https://teacherapi.cocorobo.cn/teaching-file/static//mine/arrow-right.png" mode="aspectFill">
  85. </image>
  86. </view>
  87. </view> -->
  88. <!-- <view class="optionItem" @click="gotomyRelease">
  89. <view class="option_left">
  90. <span class="option_icon">
  91. <image src="https://teacherapi.cocorobo.cn/teaching-file/static//fabu.png" mode="aspectFill">
  92. </image>
  93. </span>
  94. <text class="option_text fwb-font">我的发布</text>
  95. </view>
  96. <view class="option_right">
  97. <image src="https://teacherapi.cocorobo.cn/teaching-file/static//mine/arrow-right.png" mode="aspectFill">
  98. </image>
  99. </view>
  100. </view> -->
  101. </view>
  102. <view class="optionsItemBox">
  103. <view class="optionItem">
  104. <view class="option_left">
  105. <span class="option_icon">
  106. <image src="https://teacherapi.cocorobo.cn/teaching-file/static//mine/help.png" mode="aspectFill">
  107. </image>
  108. </span>
  109. <text class="option_text fwb-font">反馈帮助</text>
  110. </view>
  111. <view class="option_right">
  112. <image src="https://teacherapi.cocorobo.cn/teaching-file/static//mine/arrow-right.png" mode="aspectFill">
  113. </image>
  114. </view>
  115. </view>
  116. <view class="optionItem" @click="gotoMineEdit">
  117. <view class="option_left">
  118. <span class="option_icon">
  119. <image src="https://teacherapi.cocorobo.cn/teaching-file/static//mine/setting.png" mode="aspectFill">
  120. </image>
  121. </span>
  122. <text class="option_text fwb-font">我的设置</text>
  123. </view>
  124. <view class="option_right">
  125. <image src="https://teacherapi.cocorobo.cn/teaching-file/static//mine/arrow-right.png" mode="aspectFill">
  126. </image>
  127. </view>
  128. </view>
  129. </view>
  130. </view>
  131. </view>
  132. </view>
  133. </template>
  134. <script>
  135. export default {
  136. data() {
  137. return {
  138. navBarData: {
  139. title: '我的',
  140. btn: 0
  141. },
  142. msgn:0,
  143. // 用户名
  144. username: '',
  145. // 头像
  146. userAvatar: 'https://teacherapi.cocorobo.cn/teaching-file/static/mine/Avatar.png',
  147. // 学校
  148. signature:'',
  149. };
  150. },
  151. methods: {
  152. // 我的收藏
  153. gotoMineCollect() {
  154. const value = this.$store.state.user.openid;
  155. if(!value){
  156. uni.showToast({title: '未登录,请登录',icon: 'none'})
  157. setTimeout(this.goLog,1000)
  158. return
  159. }
  160. uni.navigateTo({
  161. // url: '/pages/mineCollect/mineCollect'
  162. url:'/pages/mineCollNew/mineCollNew'
  163. })
  164. },
  165. // 我的设置
  166. gotoMineEdit() {
  167. const value = this.$store.state.user.openid;
  168. if(!value){
  169. uni.showToast({title: '未登录,请登录',icon: 'none'})
  170. setTimeout(this.goLog,1000)
  171. return
  172. }
  173. uni.navigateTo({
  174. url: '/pages/mineEdit/mineEdit'
  175. })
  176. },
  177. // 我的活动
  178. gotoMineActive() {
  179. const value = this.$store.state.user.openid;
  180. if(!value){
  181. uni.showToast({title: '未登录,请登录',icon: 'none'})
  182. setTimeout(this.goLog,1000)
  183. return
  184. }
  185. uni.navigateTo({
  186. url: '/pages/mineActive/mineActive'
  187. })
  188. },
  189. // 信息
  190. goMsg(){
  191. const value = this.$store.state.user.openid;
  192. if(!value){
  193. uni.showToast({title: '未登录,请登录',icon: 'none'})
  194. setTimeout(this.goLog,1000)
  195. return
  196. }
  197. uni.navigateTo({
  198. url: '/pages/msg/msg'
  199. })
  200. },
  201. // 获取未读信息
  202. getMag() {
  203. this.$request('/selectAllMessage', "POST", {
  204. oid: this.$store.state.user.openid
  205. }).then(res => {
  206. console.log('获取未读信息',res[0][0].msg);
  207. let num = res[0][0].msg
  208. this.msgn=num
  209. if (num == 0) {
  210. uni.hideTabBarRedDot({
  211. index: 3
  212. })
  213. } else {
  214. uni.setTabBarBadge({
  215. index: 3,
  216. text: num.toString()
  217. })
  218. }
  219. })
  220. },
  221. goLog() {
  222. uni.navigateTo({
  223. url: "/pages/login_Wechat/login_Wechat",
  224. });
  225. },
  226. },
  227. onShow() {
  228. this.getMag() // 调用app.js中的方法
  229. console.log(this.$store.state);
  230. this.userAvatar = this.$store.state.user.avatar;
  231. this.username = this.$store.state.user.username;
  232. // 学校
  233. this.signature=this.$store.state.user.stuName==null?'':this.$store.state.user.stuName;
  234. // this.isManage = this.$store.state.user.openid;
  235. // console.log(this.isManage == "");
  236. }
  237. };
  238. </script>
  239. <style lang="scss" scoped>
  240. .mineBox {
  241. width: 100%;
  242. // 头像信息
  243. .userInformation {
  244. width: 100%;
  245. height: 100px;
  246. padding: 0 18px;
  247. background-color: white;
  248. display: flex;
  249. justify-content: flex-start;
  250. align-items: center;
  251. .userAvatar {
  252. flex: 1;
  253. // height: 80%;
  254. display: flex;
  255. align-items: center;
  256. image {
  257. width: 128rpx;
  258. height: 128rpx;
  259. border-radius: 50%;
  260. }
  261. }
  262. .userInfo {
  263. margin-left: 10px;
  264. flex: 4;
  265. height: 80%;
  266. display: flex;
  267. flex-direction: column;
  268. justify-content: space-evenly;
  269. .infoTextone {
  270. display: flex;
  271. align-items: center;
  272. span {
  273. &:first-child {
  274. color: #000;
  275. // font-size: 40rpx;
  276. font-weight: 600;
  277. }
  278. &.manage {
  279. border: 1px #ffa338 solid;
  280. // font-size: 11px;
  281. display: flex;
  282. white-space: nowrap;
  283. justify-content: center;
  284. align-items: center;
  285. padding: 2px 4px;
  286. border-radius: 3px;
  287. margin-right: 10rpx;
  288. color: #ffa338;
  289. margin-left: 5px;
  290. }
  291. }
  292. }
  293. .infoTexttwo {
  294. span {
  295. color: rgb(153, 153, 153);
  296. // font-size: 26rpx;
  297. }
  298. }
  299. }
  300. .msgInfo{
  301. width: 70rpx;
  302. position: relative;
  303. height: 80%;
  304. .msgImg{
  305. position: absolute;
  306. top: 0;
  307. right: 0;
  308. width: 64rpx;
  309. height: 64rpx;
  310. }
  311. }
  312. }
  313. // 个人资料选项
  314. .userOptionsBox {
  315. width: 100%;
  316. margin-top: 10px;
  317. .optionsItemBox {
  318. background-color: #fff;
  319. width: 100%;
  320. margin-bottom: 10px;
  321. padding: 5px 23px;
  322. .optionItem {
  323. display: flex;
  324. justify-content: space-between;
  325. align-items: center;
  326. height: 81rpx;
  327. // font-size: 28rpx;
  328. .option_left {
  329. display: flex;
  330. align-items: center;
  331. height: 40rpx;
  332. .option_icon {
  333. height: 100%;
  334. width: 40rpx;
  335. image {
  336. width: 100%;
  337. height: 100%;
  338. }
  339. }
  340. .option_text {
  341. margin-left: 10px;
  342. color: rgba(0, 0, 0, 0.8);
  343. }
  344. }
  345. .option_right {
  346. height: 40rpx;
  347. display: flex;
  348. align-items: center;
  349. .msgq{
  350. width: 32rpx;height: 32rpx;background-color:rgba(213, 73, 65, 1);border-radius: 50rpx;
  351. color: #fff;
  352. font-size: 20rpx;
  353. display: flex;justify-content: center;align-items: center;
  354. }
  355. image {
  356. height: 34rpx;
  357. width: 30rpx;
  358. margin-left: 20rpx;
  359. }
  360. }
  361. }
  362. }
  363. }
  364. }
  365. </style>