my.vue 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433
  1. <template>
  2. <view class="mainview">
  3. <view class="topnames" >
  4. 我的
  5. </view>
  6. <view class="topimg">
  7. <view class="touxiang">
  8. <u-upload :fileList="fileList" @afterRead="afterRead" name="6" :multiple='false' :maxCount="1"
  9. imageMode="true" width="150" height="150">
  10. <image :src="src" mode="widthFix" shape="circle"
  11. style="width: 150rpx;height: 150rpx;"></image>
  12. </u-upload>
  13. </view>
  14. <view class="Username">
  15. <view class="Username1">{{getuserInfo.realName}} <span>您好</span> </view>
  16. <view class="Username2">
  17. <view class="">
  18. 您上次更新个人信息时间:
  19. </view>
  20. <view class="">
  21. {{getuserInfo.updateDate}}
  22. </view>
  23. </view>
  24. </view>
  25. <view class="changemm">
  26. <view class="message">
  27. <view class="wdmessage">已读信息:</view>
  28. <view class="messagenumber">
  29. <u-badge type="success" max="99" :value="information1"></u-badge>
  30. </view>
  31. </view>
  32. <view class="message">
  33. <view class="wdmessage">未读信息:</view>
  34. <view class="messagenumber">
  35. <u-badge type="warning" max="99" :value="information2"></u-badge>
  36. </view>
  37. </view>
  38. <!-- <view class="setdata"> -->
  39. <!-- <u-icon name="setting" color="#0C1935" size="40" @click="tuichu"></u-icon> -->
  40. <!-- <img src="../../static/my/tc.png" alt="" @click="tuichu"> -->
  41. <!-- </view> -->
  42. </view>
  43. </view>
  44. <!-- 头部结束 -->
  45. <view class="minndle" v-if="$has('app:PersonalInformation')||$has('app:MyOrder')
  46. ||$has('app:MyTask')||$has('app:CommentsSuggestions')">
  47. <!-- <u-grid :border="false" col="4" @click="navigations">
  48. <u-grid-item v-for="(listItem,listIndex) in list" :key="listIndex">
  49. <u-icon :customStyle="{paddingTop:20+'rpx'}" :name="listItem.name" :color="listItem.color"
  50. :size="55"></u-icon>
  51. <text class="grid-text" style="padding-top: 8px;">{{listItem.title}}</text>
  52. </u-grid-item>
  53. </u-grid> -->
  54. <view class="information" @click="navigations1" v-if="$has('app:PersonalInformation')">
  55. <view class="icon1">
  56. <u-icon name="account" size="55" color="#30D3A2" class=""></u-icon>
  57. </view>
  58. <view style="padding-top: 8px;">
  59. 个人信息
  60. </view>
  61. </view>
  62. <view class="distribute" @click="navigations2" v-if="$has('app:MyOrder')">
  63. <view class="icon2">
  64. <u-icon name="list" size="55" color="#09C700"></u-icon>
  65. </view>
  66. <view style="padding-top: 8px;">
  67. 我的订单
  68. </view>
  69. </view>
  70. <view class="task" @click="navigations3" v-if="$has('app:MyTask')">
  71. <view class="icon3">
  72. <u-icon name="order" size="55" color="#FF9C27"></u-icon>
  73. </view>
  74. <view style="padding-top: 8px;">我的任务</view>
  75. </view>
  76. <view class="opinions" @click="navigations4" v-if="$has('app:CommentsSuggestions')">
  77. <view class="icon4">
  78. <u-icon name="more-circle" size="55" color="#F7B717"></u-icon>
  79. </view>
  80. <view style="padding-top: 8px;">意见建议</view>
  81. </view>
  82. </view>
  83. <!-- 导航栏结束 -->
  84. <view class="middleimgs">
  85. <!-- <img src="@/static/my/xinxi.png" alt=""> -->
  86. <u--image mode="widthFix" :src="srcxinxi" width="750rpx" height="300rpx"></u--image>
  87. </view>
  88. <!-- 中间图片结束 -->
  89. <view class="appcell">
  90. <u-cell-group>
  91. <u-cell title="修改密码" :isLink="true" @click="changepass">
  92. <u-icon slot="icon" size="35" name="setting"></u-icon>
  93. </u-cell>
  94. <u-cell title="一键退出" :isLink="true" @click="tuichu">
  95. <u-icon slot="icon" size="35" name="close-circle"></u-icon>
  96. </u-cell>
  97. </u-cell-group>
  98. </view>
  99. <u-modal :show="showtc" content='请问您是否确定一键退出?' :showConfirmButton='true' :showCancelButton='true'
  100. @confirm="confirmtc" @cancel='canceltc'></u-modal>
  101. <!-- <u-tabbar
  102. :value="value1"
  103. :fixed="true"
  104. :placeholder="true"
  105. @change="name => value1 = name"
  106. activeColor="#2E69EB"
  107. :safeAreaInsetBottom="true"
  108. >
  109. <u-tabbar-item text="首页" icon="home" @click="click1" ></u-tabbar-item>
  110. <u-tabbar-item v-if="$has('app:worktable')" text="工作台" icon="list" @click="click2" ></u-tabbar-item>
  111. <u-tabbar-item text="我的" icon="account" @click="click3" ></u-tabbar-item>
  112. </u-tabbar> -->
  113. <u-tabbar class="tabberall" :value="value1" :fixed="true" :placeholder="true" @change="name => value1 = name"
  114. :safeAreaInsetBottom="true">
  115. <u-tabbar-item text="首页" @click="click1">
  116. <image class="u-page__item__slot-icon" slot="active-icon" :src="tabimg1"></image>
  117. <image class="u-page__item__slot-icon" slot="inactive-icon" :src="tabimg2"></image>
  118. </u-tabbar-item>
  119. <u-tabbar-item v-if="$has('app:worktable')" text="工作台" @click="click2">
  120. <image class="u-page__item__slot-icon" slot="active-icon" :src="tabimg3"></image>
  121. <image class="u-page__item__slot-icon" slot="inactive-icon" :src="tabimg4"></image>
  122. </u-tabbar-item>
  123. <u-tabbar-item text="我的" @click="click3">
  124. <image class="u-page__item__slot-icon" slot="active-icon" :src="tabimg5"></image>
  125. <image class="u-page__item__slot-icon" slot="inactive-icon" :src="tabimg6"></image>
  126. </u-tabbar-item>
  127. </u-tabbar>
  128. </view>
  129. </template>
  130. <script>
  131. import {
  132. Static
  133. } from "vue"
  134. export default {
  135. data() {
  136. return {
  137. tabimg1: require('@/static/tab/h2.png'),
  138. tabimg2: require('@/static/tab/h1.png'),
  139. tabimg3: require('@/static/tab/w2.png'),
  140. tabimg4: require('@/static/tab/w1.png'),
  141. tabimg5: require('@/static/tab/y2.png'),
  142. tabimg6: require('@/static/tab/y1.png'),
  143. value1: 2,
  144. fileList: [],
  145. showtc: false,
  146. src: require('@/static/my/tx.png'),
  147. srcxinxi: require('@/static/my/xinxi.png'),
  148. information1: 34,
  149. information2: 100,
  150. getuserInfo:{},
  151. }
  152. },
  153. //监听页面加载,其参数为上个页面传递的数据,参数类型为 Object(用于页面传参
  154. onLoad() {
  155. this.getuserInfo = uni.getStorageSync('getuserInfo');
  156. console.log('111111111111111111', this.getuserInfo)
  157. },
  158. //监听页面初次渲染完成。注意如果渲染速度快,会在页面进入动画完成前触发
  159. onReady() {},
  160. //监听页面隐藏
  161. onHide() {},
  162. //监听窗口尺寸变化
  163. onResize() {},
  164. //监听页面卸载
  165. onUnload() {},
  166. //监听用户下拉动作,一般用于下拉刷新
  167. onPullDownRefresh() {},
  168. methods: {
  169. click1(){
  170. uni.navigateTo({
  171. url: '/pages/index/index'
  172. })
  173. },
  174. click2(){
  175. uni.navigateTo({
  176. url: '/pages/Workorder/Workorder'
  177. })
  178. },
  179. click3(){
  180. uni.navigateTo({
  181. url: '/pages/my/my'
  182. })
  183. },
  184. // 新增图片
  185. async afterRead(event) {
  186. // 当设置 multiple 为 true 时, file 为数组格式,否则为对象格式
  187. let lists = [].concat(event.file)
  188. console.log('111111111111111111', lists)
  189. let fileListLen = this.fileList.length
  190. lists.map((item) => {
  191. this.fileList.push({
  192. ...item,
  193. status: 'uploading',
  194. message: '上传中'
  195. })
  196. })
  197. for (let i = 0; i < lists.length; i++) {
  198. const result = await this.uploadFilePromise(lists[i].url)
  199. let item = this.fileList[fileListLen]
  200. this.fileList.splice(fileListLen, 1, Object.assign(item, {
  201. status: 'success',
  202. message: '',
  203. url: result
  204. }))
  205. fileListLen++
  206. }
  207. },
  208. uploadFilePromise(url) {
  209. return new Promise((resolve, reject) => {
  210. let a = uni.uploadFile({
  211. url: 'http://192.168.2.21:7001/upload', // 仅为示例,非真实的接口地址
  212. filePath: url,
  213. name: 'file',
  214. formData: {
  215. user: 'test'
  216. },
  217. success: (res) => {
  218. setTimeout(() => {
  219. resolve(res.data.data)
  220. }, 1000)
  221. }
  222. });
  223. })
  224. },
  225. navigations1(){
  226. uni.navigateTo({
  227. url: '/pages/my/Personalinformation/Personalinformation'
  228. })
  229. },
  230. navigations2(){
  231. // uni.navigateTo({
  232. // url: '/pages/my/Mydistribution/Mydistribution'
  233. // })
  234. uni.navigateTo({
  235. url: '/pages/my/Myorder/Myorder'
  236. })
  237. },
  238. navigations3(){
  239. uni.navigateTo({
  240. url: '/pages/my/Mytask/Mytask'
  241. })
  242. },
  243. navigations4(){
  244. uni.navigateTo({
  245. url: '/pages/my/Commentssuggestions/Commentssuggestions'
  246. })
  247. },
  248. changepass(){
  249. uni.navigateTo({
  250. url: '/pages/my/Changepassword/Changepassword'
  251. })
  252. },
  253. tuichu() {
  254. this.showtc = true;
  255. },
  256. confirmtc() {
  257. this.showtc = false;
  258. switch (uni.getSystemInfoSync().platform) {
  259. case 'android':
  260. plus.runtime.quit();
  261. break;
  262. case 'ios':
  263. plus.ios.import('UIApplication').sharedApplication().performSelector('exit');
  264. break;
  265. }
  266. //清除缓存
  267. uni.clearStorageSync();
  268. },
  269. canceltc() {
  270. this.showtc = false;
  271. },
  272. }
  273. }
  274. </script>
  275. <style lang="scss">
  276. .u-page__item__slot-icon {
  277. width: 40rpx;
  278. height: 40rpx;
  279. }
  280. .minndle {
  281. width: 750rpx;
  282. height: 150rpx;
  283. margin: 25rpx 0;
  284. display: flex;
  285. align-items: center;
  286. justify-content: space-around;
  287. text-align: center;
  288. }
  289. .icon1{
  290. display: flex;
  291. align-items: center;
  292. justify-content: center;
  293. }
  294. .icon2{
  295. display: flex;
  296. align-items: center;
  297. justify-content: center;
  298. }
  299. .icon3{
  300. display: flex;
  301. align-items: center;
  302. justify-content: center;
  303. }
  304. .icon4{
  305. display: flex;
  306. align-items: center;
  307. justify-content: center;
  308. }
  309. .middleimgs {
  310. width: 750rpx;
  311. height: 300rpx;
  312. }
  313. .mainview {
  314. width: 750rpx;
  315. display: flex;
  316. flex-direction: column;
  317. }
  318. .topimg {
  319. width: 750rpx;
  320. height: 350rpx;
  321. display: flex;
  322. align-items: center;
  323. // background: linear-gradient(to right, #96C2FF, #5C8FFF);
  324. background: url("@/static/my/my.png");
  325. background-size: 100% 100%;
  326. }
  327. .touxiang {
  328. width: 180rpx;
  329. height: 180rpx;
  330. display: flex;
  331. align-items: center;
  332. justify-content: center;
  333. img {
  334. width: 120rpx;
  335. height: 120rpx;
  336. cursor: pointer;
  337. }
  338. }
  339. .Username {
  340. flex-grow: 1;
  341. height:350rpx;
  342. // line-height: 150rpx;
  343. // font-size: 40rpx;
  344. // color: #fff;
  345. // font-weight: bold;
  346. display: flex;
  347. justify-content:center;
  348. flex-direction: column;
  349. }
  350. .Username1{
  351. line-height: 100rpx;
  352. height: 100rpx;
  353. font-size: 40rpx;
  354. color: #fff;
  355. font-weight: bold;
  356. span{
  357. padding-left: 15rpx;
  358. font-size: 30rpx;
  359. color: #fff;
  360. }
  361. }
  362. .Username2{
  363. font-size: 20rpx;
  364. color: #333333;
  365. }
  366. .changemm {
  367. height: 250rpx;
  368. width: 250rpx;
  369. display: flex;
  370. justify-content: center;
  371. flex-direction: column;
  372. align-items: flex-end;
  373. }
  374. .message {
  375. display: flex;
  376. justify-content: flex-end;
  377. padding-right: 30rpx;
  378. }
  379. .wdmessage {
  380. font-size: 30rpx;
  381. color: #fff;
  382. padding-right: 10rpx;
  383. }
  384. .messagenumber {
  385. padding-top: 6rpx;
  386. width: 70rpx;
  387. }
  388. .setdata {
  389. padding-top: 15rpx;
  390. img {
  391. width: 50rpx;
  392. height: 50rpx;
  393. }
  394. }
  395. </style>