mine.vue 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350
  1. <template>
  2. <view>
  3. <statusBar :item="navBarData"></statusBar>
  4. <view class="mineBox">
  5. <view class="userInformation" @click="gotoMineEdit">
  6. <view class="userAvatar">
  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">
  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;">{{signature!=='' ? signature : '个性签名' }}</text> -->
  18. <text style="font-size: 26rpx;font-weight: 400;line-height: 42rpx;color: #999999;"></text>
  19. </view>
  20. </view>
  21. </view>
  22. <view class="userOptionsBox">
  23. <view class="optionsItemBox">
  24. <view class="optionItem" @click="goToSub(1)">
  25. <view class="option_left">
  26. <span class="option_icon">
  27. <image src="https://teacherapi.cocorobo.cn/teaching-file/static//mine/Subscribe.png" mode="aspectFill">
  28. </image>
  29. </span>
  30. <text class="option_text fwb-font">我的订阅</text>
  31. </view>
  32. <view class="option_right">
  33. <image src="https://teacherapi.cocorobo.cn/teaching-file/static//mine/arrow-right.png" mode="aspectFill">
  34. </image>
  35. </view>
  36. </view>
  37. <view class="optionItem" @click="gotoMineCollect">
  38. <view class="option_left">
  39. <span class="option_icon">
  40. <image src="https://teacherapi.cocorobo.cn/teaching-file/static//mine/Collect.png" mode="aspectFill">
  41. </image>
  42. </span>
  43. <text class="option_text fwb-font">我的收藏</text>
  44. </view>
  45. <view class="option_right">
  46. <image src="https://teacherapi.cocorobo.cn/teaching-file/static//mine/arrow-right.png" mode="aspectFill">
  47. </image>
  48. </view>
  49. </view>
  50. <view class="optionItem" @click="gotoMineActive">
  51. <view class="option_left">
  52. <span class="option_icon">
  53. <image src="https://teacherapi.cocorobo.cn/teaching-file/static//mine/active.png" mode="aspectFill">
  54. </image>
  55. </span>
  56. <text class="option_text fwb-font">我的活动</text>
  57. </view>
  58. <view class="option_right">
  59. <image src="https://teacherapi.cocorobo.cn/teaching-file/static//mine/arrow-right.png" mode="aspectFill">
  60. </image>
  61. </view>
  62. </view>
  63. <view class="optionItem" @click="gotoMineClass">
  64. <view class="option_left">
  65. <span class="option_icon">
  66. <image src="https://teacherapi.cocorobo.cn/teaching-file/static//mine/myClass.png" mode="aspectFill">
  67. </image>
  68. </span>
  69. <text class="option_text fwb-font">我的教研室</text>
  70. </view>
  71. <view class="option_right">
  72. <image src="https://teacherapi.cocorobo.cn/teaching-file/static//mine/arrow-right.png" mode="aspectFill">
  73. </image>
  74. </view>
  75. </view>
  76. <view class="optionItem" @click="gotomyRelease">
  77. <view class="option_left">
  78. <span class="option_icon">
  79. <image src="https://teacherapi.cocorobo.cn/teaching-file/static//fabu.png" mode="aspectFill">
  80. </image>
  81. </span>
  82. <text class="option_text fwb-font">我的发布</text>
  83. </view>
  84. <view class="option_right">
  85. <image src="https://teacherapi.cocorobo.cn/teaching-file/static//mine/arrow-right.png" mode="aspectFill">
  86. </image>
  87. </view>
  88. </view>
  89. </view>
  90. <view class="optionsItemBox">
  91. <view class="optionItem">
  92. <view class="option_left">
  93. <span class="option_icon">
  94. <image src="https://teacherapi.cocorobo.cn/teaching-file/static//mine/help.png" mode="aspectFill">
  95. </image>
  96. </span>
  97. <text class="option_text fwb-font">反馈帮助</text>
  98. </view>
  99. <view class="option_right">
  100. <image src="https://teacherapi.cocorobo.cn/teaching-file/static//mine/arrow-right.png" mode="aspectFill">
  101. </image>
  102. </view>
  103. </view>
  104. <view class="optionItem" @click="gotoMineEdit">
  105. <view class="option_left">
  106. <span class="option_icon">
  107. <image src="https://teacherapi.cocorobo.cn/teaching-file/static//mine/setting.png" mode="aspectFill">
  108. </image>
  109. </span>
  110. <text class="option_text fwb-font">我的设置</text>
  111. </view>
  112. <view class="option_right">
  113. <image src="https://teacherapi.cocorobo.cn/teaching-file/static//mine/arrow-right.png" mode="aspectFill">
  114. </image>
  115. </view>
  116. </view>
  117. <!-- <beUpload @getFile="getFile" :navName="'上传文件'" :accept="accept" :progress="progress">111</beUpload> -->
  118. </view>
  119. </view>
  120. </view>
  121. </view>
  122. </template>
  123. <script>
  124. export default {
  125. data() {
  126. return {
  127. accept: "*",
  128. progress: {
  129. value: 50,
  130. show: false,
  131. },
  132. navBarData: {
  133. title: '我的',
  134. btn: 0
  135. },
  136. // 用户名
  137. username: '',
  138. // 头像
  139. userAvatar: 'https://teacherapi.cocorobo.cn/teaching-file/static//mine/Avatar.png',
  140. // 签名
  141. signature:'',
  142. isManage: ''
  143. };
  144. },
  145. methods: {
  146. getFile(val) {
  147. // console.log(val);
  148. this.ajax
  149. .post("https://cxcy.ssti.net.cn/api/UploadFirmFile", {
  150. uid: this.$store.state.userInfo.userid,
  151. file: JSON.stringify(val),
  152. })
  153. .then((res) => {
  154. if (res.data == 1) {
  155. this.$message.success("上传成功");
  156. } else {
  157. this.$message.error("上传失败");
  158. }
  159. this.getData();
  160. });
  161. },
  162. goToSub(i) {
  163. uni.navigateTo({
  164. url: '/pages/mineSubscribe/mineSubscribe'
  165. });
  166. },
  167. gotoMineClass() {
  168. uni.navigateTo({
  169. url: '/pages/mineClass/mineClass'
  170. })
  171. },
  172. gotoMineCollect() {
  173. uni.navigateTo({
  174. url: '/pages/mineCollect/mineCollect'
  175. })
  176. },
  177. gotoMineEdit() {
  178. uni.navigateTo({
  179. url: '/pages/mineEdit/mineEdit'
  180. })
  181. },
  182. gotoMineEdit() {
  183. uni.navigateTo({
  184. url: '/pages/mineEdit/mineEdit'
  185. })
  186. },
  187. gotoMineActive() {
  188. uni.navigateTo({
  189. url: '/pages/mineActive/mineActive'
  190. })
  191. },
  192. gotomyRelease() {
  193. const value = this.$store.state.user.openid;
  194. if (value == '') {
  195. uni.navigateTo({
  196. url: "/pages/login_Wechat/login_Wechat",
  197. });
  198. } else {
  199. uni.navigateTo({
  200. url: '/pages/mineRelease/mineRelease'
  201. })
  202. }
  203. }
  204. },
  205. onShow() {
  206. console.log(this.$store.state);
  207. this.userAvatar = this.$store.state.user.avatar;
  208. this.username = this.$store.state.user.username;
  209. this.signature=this.$store.state.user.brief;
  210. this.isManage = this.$store.state.user.openid;
  211. console.log(this.isManage == "");
  212. }
  213. };
  214. </script>
  215. <style lang="scss" scoped>
  216. .mineBox {
  217. width: 100%;
  218. // 头像信息
  219. .userInformation {
  220. width: 100%;
  221. height: 100px;
  222. padding: 0 18px;
  223. background-color: white;
  224. display: flex;
  225. justify-content: flex-start;
  226. align-items: center;
  227. .userAvatar {
  228. flex: 1;
  229. // height: 80%;
  230. display: flex;
  231. align-items: center;
  232. image {
  233. width: 128rpx;
  234. height: 128rpx;
  235. border-radius: 50%;
  236. }
  237. }
  238. .userInfo {
  239. margin-left: 10px;
  240. flex: 4;
  241. height: 80%;
  242. display: flex;
  243. flex-direction: column;
  244. justify-content: space-evenly;
  245. .infoTextone {
  246. display: flex;
  247. align-items: center;
  248. span {
  249. &:first-child {
  250. color: #000;
  251. // font-size: 40rpx;
  252. font-weight: 600;
  253. }
  254. &.manage {
  255. border: 1px #ffa338 solid;
  256. // font-size: 11px;
  257. display: flex;
  258. white-space: nowrap;
  259. justify-content: center;
  260. align-items: center;
  261. padding: 2px 4px;
  262. border-radius: 3px;
  263. margin-right: 10rpx;
  264. color: #ffa338;
  265. margin-left: 5px;
  266. }
  267. }
  268. }
  269. .infoTexttwo {
  270. span {
  271. color: rgb(153, 153, 153);
  272. // font-size: 26rpx;
  273. }
  274. }
  275. }
  276. }
  277. // 个人资料选项
  278. .userOptionsBox {
  279. width: 100%;
  280. margin-top: 10px;
  281. .optionsItemBox {
  282. background-color: #fff;
  283. width: 100%;
  284. margin-bottom: 10px;
  285. padding: 5px 23px;
  286. .optionItem {
  287. display: flex;
  288. justify-content: space-between;
  289. align-items: center;
  290. height: 81rpx;
  291. // font-size: 28rpx;
  292. .option_left {
  293. display: flex;
  294. align-items: center;
  295. height: 40rpx;
  296. .option_icon {
  297. height: 100%;
  298. width: 40rpx;
  299. image {
  300. width: 100%;
  301. height: 100%;
  302. }
  303. }
  304. .option_text {
  305. margin-left: 10px;
  306. color: rgba(0, 0, 0, 0.8);
  307. }
  308. }
  309. .option_right {
  310. height: 40rpx;
  311. image {
  312. height: 34rpx;
  313. width: 30rpx;
  314. }
  315. }
  316. }
  317. }
  318. }
  319. }
  320. </style>