mine.vue 9.8 KB

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