index.vue 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410
  1. <template>
  2. <view class="new-users copy-data" :style="{height:pageHeight}">
  3. <view class="top" :style="colorStyle">
  4. <!-- #ifdef MP || APP-PLUS -->
  5. <view class="sys-head">
  6. <view class="sys-bar" :style="{height:sysHeight}"></view>
  7. <!-- #ifdef MP -->
  8. <view class="sys-title" :style="member_style==3?'color:#333':''">{{$t('个人中心')}}</view>
  9. <!-- #endif -->
  10. <view class="bg" :style="member_style==3?'background:#f5f5f5':''"></view>
  11. </view>
  12. <!-- #endif -->
  13. </view>
  14. <view class="mid" style="flex:1;overflow: hidden;" :style="colorStyle">
  15. <scroll-view scroll-y="true" style="height: 100%;">
  16. <view class="head">
  17. <view class="user-card" :class="member_style==3?'unBg':''">
  18. <view class="bg"></view>
  19. <view class="user-info">
  20. <view>
  21. <!-- 注释这个是加的bnt -->
  22. <!-- #ifdef H5 -->
  23. <button class="bntImg" v-if="userInfo.is_complete == 0 && isWeixin"
  24. @click="getWechatuserinfo">
  25. <image class="avatar" src='/static/images/f.png'></image>
  26. <view class="avatarName">{{$t('获取头像')}}</view>
  27. </button>
  28. <!-- #endif -->
  29. <!-- #ifdef MP -->
  30. <button class="bntImg" v-if="userInfo.is_complete == 0" @tap="getUserProfile">
  31. <image class="avatar" src='/static/images/f.png'></image>
  32. <view class="avatarName">{{$t('获取头像')}}</view>
  33. </button>
  34. <!-- #endif -->
  35. <!-- #ifndef APP-PLUS -->
  36. <view v-else class="avatar-box" :class="{on:userInfo.is_money_level}">
  37. <image class="avatar" :src='userInfo.avatar' v-if="userInfo.avatar"
  38. @click="goEdit()">
  39. </image>
  40. <image v-else class="avatar" src="/static/images/f.png" mode="" @click="goEdit()">
  41. </image>
  42. <view class="headwear" v-if="userInfo.is_money_level && userInfo.svip_open">
  43. <image src="/static/images/headwear.png"></image>
  44. </view>
  45. </view>
  46. <!-- #endif -->
  47. <!-- #ifdef APP-PLUS -->
  48. <view class="avatar-box" :class="{on:userInfo.is_money_level}">
  49. <image class="avatar" :src='userInfo.avatar' v-if="userInfo.avatar"
  50. @click="goEdit()">
  51. </image>
  52. <image v-else class="avatar" src="/static/images/f.png" mode="" @click="goEdit()">
  53. </image>
  54. <view class="headwear" v-if="userInfo.is_money_level && userInfo.svip_open">
  55. <image src="/static/images/headwear.png"></image>
  56. </view>
  57. </view>
  58. <!-- #endif -->
  59. </view>
  60. <view class="info">
  61. <!-- #ifdef MP -->
  62. <view class="name" v-if="!userInfo.uid" @click="openAuto"
  63. style="height: 100%; display: flex; align-items: center;">
  64. {{$t('请点击授权')}}
  65. </view>
  66. <!-- #endif -->
  67. <!-- #ifdef H5 -->
  68. <view class="name" v-if="!userInfo.uid && isWeixin" @click="openAuto"
  69. style="height: 100%; display: flex; align-items: center;">
  70. {{$t('请点击授权')}}
  71. </view>
  72. <!-- #endif -->
  73. <view class="name" v-if="userInfo.uid">
  74. {{userInfo.nickname}}
  75. <image class="live" :src="userInfo.vip_icon" v-if="userInfo.vip_icon"></image>
  76. <view class="vip" v-if="userInfo.is_money_level> 0 && userInfo.svip_open">
  77. <image src="/static/images/svip.png"></image>
  78. </view>
  79. </view>
  80. <view class="num" v-if="userInfo.phone" @click="goEdit()">
  81. <view class="num-txt">ID:{{userInfo.uid}}</view>
  82. <!-- <view class="icon">
  83. <image src="/static/images/edit.png" mode=""></image>
  84. </view> -->
  85. </view>
  86. <view class="phone" v-if="!userInfo.phone && isLogin" @tap="bindPhone">
  87. {{$t('绑定手机号')}}</view>
  88. </view>
  89. <view class="message">
  90. <navigator url="/pages/users/user_info/index" hover-class="none">
  91. <view class="iconfont icon-shezhi"></view>
  92. </navigator>
  93. </view>
  94. <view class="message">
  95. <navigator url="/pages/users/message_center/index" hover-class="none">
  96. <view v-if="userInfo.service_num" class="num">
  97. {{userInfo.service_num >= 100 ? '99+' : userInfo.service_num}}
  98. </view>
  99. <view class="iconfont icon-s-kefu"></view>
  100. </navigator>
  101. </view>
  102. <!-- #ifdef MP -->
  103. <!-- <view class="setting" @click="Setting"><text class="iconfont icon-shezhi"></text></view> -->
  104. <!-- #endif -->
  105. </view>
  106. <view class="num-wrapper">
  107. <view class="num-item" v-if="userInfo.balance_func_status"
  108. @click="goMenuPage('/pages/users/user_money/index')">
  109. <text class="num">{{userInfo.now_money || 0}}</text>
  110. <view class="txt">{{$t('余额')}}</view>
  111. </view>
  112. <view class="num-item" v-else
  113. @click="goMenuPage('/pages/users/user_goods_collection/index')">
  114. <text class="num">{{userInfo.collectCount || 0}}</text>
  115. <view class="txt">{{$t('收藏')}}</view>
  116. </view>
  117. <view class="num-item" @click="goMenuPage('/pages/users/user_coupon/index')">
  118. <text class="num">{{userInfo.couponCount || 0}}</text>
  119. <view class="txt">{{$t('优惠券')}}</view>
  120. </view>
  121. <view class="num-item" @click="goMenuPage('/pages/users/user_integral/index')">
  122. <text class="num">{{userInfo.integral || 0}}</text>
  123. <view class="txt">{{$t('积分')}}</view>
  124. </view>
  125. </view>
  126. <!-- <view class="sign" @click="goSignIn">签到</view> -->
  127. <view class="cardVipA acea-row row-between-wrapper"
  128. v-if="userInfo.svip_open && member_style==1">
  129. <view class="left-box">
  130. <view v-if="userInfo.vip_status == 1" class="small">{{$t('永久')}}</view>
  131. <view v-else-if="userInfo.vip_status == 3" class="small">{{$t('会员到期')}}
  132. {{ userInfo.overdue_time | dateFormat }}
  133. </view>
  134. <view v-else-if="userInfo.vip_status == -1" class="small">{{$t('已过期')}}</view>
  135. <view v-else-if="userInfo.vip_status == 2" class="small">{{$t('未开通会员')}}
  136. </view>
  137. </view>
  138. <view class="acea-row row-middle">
  139. <navigator v-if="userInfo.vip_status == 1" url="/pages/annex/vip_paid/index"
  140. hover-class="none" class="btn">{{$t('查看会员权益')}}</navigator>
  141. <navigator v-else url="/pages/annex/vip_paid/index" hover-class="none" class="btn">
  142. {{ userInfo.overdue_time ? $t('立即续费') : $t('立即激活') }}
  143. </navigator>
  144. <text class="iconfont icon-xiangyou"></text>
  145. </view>
  146. </view>
  147. <view class="cardVipB acea-row row-between" v-if="userInfo.svip_open && member_style==3">
  148. <view class="left-box acea-row">
  149. <view class="pictrue">
  150. <image src="../../static/images/member01.png"></image>
  151. </view>
  152. <view v-if="userInfo.vip_status == 1" class="small">{{$t('永久')}}</view>
  153. <view v-else-if="userInfo.vip_status == 3" class="small">{{$t('会员到期')}}
  154. {{ userInfo.overdue_time | dateFormat }}
  155. </view>
  156. <view v-else-if="userInfo.vip_status == -1" class="small">{{$t('已过期')}}</view>
  157. <view v-else-if="userInfo.vip_status == 2" class="small">{{$t('未开通会员')}}
  158. </view>
  159. </view>
  160. <view class="acea-row">
  161. <navigator v-if="userInfo.vip_status == 1" url="/pages/annex/vip_paid/index"
  162. hover-class="none" class="btn">{{$t('会员可享多项权益')}}</navigator>
  163. <navigator v-else url="/pages/annex/vip_paid/index" hover-class="none" class="btn">
  164. {{ userInfo.overdue_time ? $t('立即续费') : $t('立即激活') }}
  165. </navigator>
  166. <text class="iconfont icon-xiangyou btn"></text>
  167. </view>
  168. </view>
  169. </view>
  170. <view class="card-vip" v-if="userInfo.svip_open && member_style==2">
  171. <view class="left-box">
  172. <view class="big">{{$t('会员可享多项权益')}}</view>
  173. <view v-if="userInfo.vip_status == 1" class="small">{{$t('永久')}}</view>
  174. <view v-else-if="userInfo.vip_status == 3" class="small">{{$t('会员到期')}}
  175. {{ userInfo.overdue_time | dateFormat }}
  176. </view>
  177. <view v-else-if="userInfo.vip_status == -1" class="small">{{$t('已过期')}}</view>
  178. <view v-else-if="userInfo.vip_status == 2" class="small">{{$t('未开通会员')}}
  179. </view>
  180. </view>
  181. <navigator v-if="userInfo.vip_status == 1" url="/pages/annex/vip_paid/index" hover-class="none"
  182. class="btn">{{$t('查看会员权益')}}</navigator>
  183. <navigator v-else url="/pages/annex/vip_paid/index" hover-class="none" class="btn">
  184. {{ userInfo.overdue_time ? $t('立即续费') : $t('立即激活') }}
  185. </navigator>
  186. </view>
  187. <view class="order-wrapper" :class="userInfo.svip_open?'':'height'">
  188. <view class="order-hd flex">
  189. <view class="left">{{$t('订单中心')}}</view>
  190. <navigator class="right flex" hover-class="none" url="/pages/goods/order_list/index"
  191. open-type="navigate">
  192. {{$t('查看全部')}}
  193. <text class="iconfont icon-xiangyou"></text>
  194. </navigator>
  195. </view>
  196. <view class="order-bd">
  197. <block v-for="(item,index) in orderMenu" :key="index">
  198. <navigator class="order-item" hover-class="none" :url="item.url">
  199. <view class="pic">
  200. <!-- <image :src="item.img" mode=""></image> -->
  201. <text class="iconfont" :class="item.img"></text>
  202. <text class="order-status-num" v-if="item.num > 0">{{ item.num }}</text>
  203. </view>
  204. <view class="txt">{{$t(item.title)}}</view>
  205. </navigator>
  206. </block>
  207. </view>
  208. </view>
  209. </view>
  210. <!-- 轮播 -->
  211. <view class="slider-wrapper" v-if="imgUrls.length>0 && my_banner_status">
  212. <swiper indicator-dots="true" :autoplay="autoplay" :circular="circular" :interval="interval"
  213. :duration="duration" indicator-color="rgba(255,255,255,0.6)" indicator-active-color="#fff">
  214. <block v-for="(item,index) in imgUrls" :key="index">
  215. <swiper-item>
  216. <view @click="goMenuPage(item.url)"
  217. class='slide-navigator acea-row row-between-wrapper' hover-class='none'>
  218. <image :src="item.pic" class="slide-image"></image>
  219. </view>
  220. </swiper-item>
  221. </block>
  222. </swiper>
  223. </view>
  224. <!-- 会员菜单 -->
  225. <view class="user-menus" style="margin-top: 20rpx;">
  226. <view class="menu-title">{{$t('我的服务')}}</view>
  227. <view class="list-box">
  228. <!-- #ifdef APP-PLUS || H5 -->
  229. <block v-for="(item,index) in MyMenus" :key="index">
  230. <view class="item" v-if="item.url!='#' && item.url!='/pages/service/index'"
  231. @click="goMenuPage(item.url, item.name)">
  232. <image :src="item.pic"></image>
  233. <text>{{$t(item.name)}}</text>
  234. </view>
  235. </block>
  236. <!-- #endif -->
  237. <!-- #ifdef MP -->
  238. <block v-for="(item,index) in MyMenus" :key="index">
  239. <view class="item" v-if="item.url!='#'
  240. && item.url!='/pages/service/index'
  241. && item.url!='/pages/extension/customer_list/chat'
  242. || (item.url=='/pages/extension/customer_list/chat' && routineContact == 0)"
  243. @click="goMenuPage(item.url, item.name)">
  244. <image :src="item.pic"></image>
  245. <text>{{$t(item.name)}}</text>
  246. </view>
  247. </block>
  248. <button class="item" open-type='contact' v-if="routineContact == 1">
  249. <image src="/static/images/contact.png"></image>
  250. <text>{{$t('联系客服')}}</text>
  251. </button>
  252. <!-- #endif -->
  253. <!-- #ifdef APP-PLUS -->
  254. <view class="item" hover-class="none" @click="goMenuPage('/pages/users/privacy/index?type=3')">
  255. <image src="/static/images/menu.png"></image>
  256. <text>{{$t('隐私协议')}}</text>
  257. </view>
  258. <!-- #endif -->
  259. </view>
  260. </view>
  261. <view class="user-menus" style="margin-top: 20rpx;" v-if="storeMenu.length">
  262. <view class="menu-title">{{$t('商家管理')}}</view>
  263. <view class="list-box">
  264. <block v-for="(item,index) in storeMenu" :key="index">
  265. <view class="item" :url="item.url" hover-class="none"
  266. v-if="item.url!='#' && item.url!='/pages/service/index'"
  267. @click="goMenuPage(item.url, item.name)">
  268. <image :src="item.pic"></image>
  269. <text>{{$t(item.name)}}</text>
  270. </view>
  271. </block>
  272. </view>
  273. </view>
  274. <!-- <image :src="copyRightPic" alt="" class='support'></image> -->
  275. <view class="uni-p-b-98"></view>
  276. </scroll-view>
  277. </view>
  278. <view class="foot" v-if="is_diy && newData.status && newData.status.status">
  279. <view class="page-footer" id="target" :style="{'background-color':newData.bgColor.color[0].item}">
  280. <view class="foot-item" v-for="(item,index) in newData.menuList" :key="index" @click="goRouter(item)">
  281. <block v-if="item.link == activeRouter">
  282. <image :src="item.imgList[0]"></image>
  283. <view class="txt" :style="{color:newData.activeTxtColor.color[0].item}">{{$t(item.name)}}</view>
  284. </block>
  285. <block v-else>
  286. <image :src="item.imgList[1]"></image>
  287. <view class="txt" :style="{color:newData.txtColor.color[0].item}">{{$t(item.name)}}</view>
  288. </block>
  289. <div class="count-num" v-if="item.link === '/pages/order_addcart/order_addcart' && cartNum > 0">
  290. {{cartNum}}
  291. </div>
  292. </view>
  293. </view>
  294. </view>
  295. </view>
  296. </template>
  297. <script>
  298. let sysHeight = uni.getSystemInfoSync().statusBarHeight + 'px';
  299. import {
  300. getMenuList,
  301. getUserInfo,
  302. setVisit,
  303. updateUserInfo
  304. } from '@/api/user.js';
  305. import {
  306. wechatAuthV2,
  307. getNavigation,
  308. silenceAuth
  309. } from '@/api/public.js'
  310. import {
  311. toLogin
  312. } from '@/libs/login.js';
  313. import {
  314. mapState,
  315. mapGetters
  316. } from "vuex";
  317. // #ifdef H5
  318. import Auth from '@/libs/wechat';
  319. // #endif
  320. const app = getApp();
  321. import dayjs from '@/plugin/dayjs/dayjs.min.js';
  322. import Routine from '@/libs/routine';
  323. import colors from '@/mixins/color';
  324. import {
  325. getCustomer
  326. } from '@/utils/index.js'
  327. export default {
  328. components: {
  329. },
  330. // computed: mapGetters(['isLogin','cartNum']),
  331. computed: {
  332. ...mapGetters({
  333. cartNum: 'cartNum',
  334. isLogin: 'isLogin'
  335. })
  336. },
  337. filters: {
  338. coundTime(val) {
  339. var setTime = val * 1000
  340. var nowTime = new Date()
  341. var rest = setTime - nowTime.getTime()
  342. var day = parseInt(rest / (60 * 60 * 24 * 1000))
  343. // var hour = parseInt(rest/(60*60*1000)%24) //小时
  344. return day + this.$t('day')
  345. },
  346. dateFormat: function(value) {
  347. return dayjs(value * 1000).format('YYYY-MM-DD');
  348. }
  349. },
  350. mixins: [colors],
  351. data() {
  352. return {
  353. storeMenu: [], // 商家管理
  354. orderMenu: [{
  355. img: 'icon-daifukuan',
  356. title: '待付款',
  357. url: '/pages/goods/order_list/index?status=0'
  358. },
  359. {
  360. img: 'icon-daifahuo',
  361. title: '待发货',
  362. url: '/pages/goods/order_list/index?status=1'
  363. },
  364. {
  365. img: 'icon-daishouhuo',
  366. title: '待收货',
  367. url: '/pages/goods/order_list/index?status=2'
  368. },
  369. {
  370. img: 'icon-daipingjia',
  371. title: '待评价',
  372. url: '/pages/goods/order_list/index?status=3'
  373. },
  374. {
  375. img: 'icon-a-shouhoutuikuan',
  376. title: '售后/退款',
  377. url: '/pages/users/user_return_list/index'
  378. },
  379. ],
  380. imgUrls: [],
  381. autoplay: true,
  382. circular: true,
  383. interval: 3000,
  384. duration: 500,
  385. isAuto: false, //没有授权的不会自动授权
  386. isShowAuth: false, //是否隐藏授权
  387. orderStatusNum: {},
  388. userInfo: {},
  389. MyMenus: [],
  390. sysHeight: sysHeight,
  391. mpHeight: 0,
  392. showStatus: 1,
  393. newData: {},
  394. activeRouter: '',
  395. // #ifdef H5 || MP
  396. pageHeight: '100%',
  397. routineContact: 0,
  398. // #endif
  399. // #ifdef APP-PLUS
  400. pageHeight: app.globalData.windowHeight,
  401. // #endif
  402. // #ifdef H5
  403. isWeixin: Auth.isWeixin(),
  404. //#endif
  405. footerSee: false,
  406. member_style: 1,
  407. my_banner_status: 1,
  408. is_diy: uni.getStorageSync('is_diy'),
  409. copyRightPic: '/static/images/support.png', //版权图片
  410. }
  411. },
  412. onLoad(option) {
  413. // uni.hideTabBar()
  414. let that = this;
  415. if (this.is_diy) {
  416. if (uni.getStorageSync('FOOTER_BAR')) {
  417. uni.hideTabBar()
  418. }
  419. getNavigation().then(res => {
  420. this.newData = res.data
  421. if (this.newData.status && this.newData.status.status) {
  422. uni.hideTabBar()
  423. } else {
  424. uni.showTabBar()
  425. }
  426. })
  427. }
  428. // #ifdef MP
  429. // 小程序静默授权
  430. if (!this.$store.getters.isLogin) {
  431. // Routine.getCode()
  432. // .then(code => {
  433. // Routine.silenceAuth(code).then(res => {
  434. // this.onLoadFun();
  435. // })
  436. // })
  437. // .catch(res => {
  438. // uni.hideLoading();
  439. // });
  440. }
  441. // #endif
  442. // #ifdef H5 || APP-PLUS
  443. if (that.isLogin == false) {
  444. toLogin()
  445. }
  446. //获取用户信息回来后授权
  447. let cacheCode = this.$Cache.get('snsapi_userinfo_code');
  448. let res1 = cacheCode ? option.code != cacheCode : true;
  449. if (this.isWeixin && option.code && res1 && option.scope === 'snsapi_userinfo') {
  450. this.$Cache.set('snsapi_userinfo_code', option.code);
  451. Auth.auth(option.code).then(res => {
  452. this.getUserInfo();
  453. }).catch(err => {})
  454. }
  455. // #endif
  456. // #ifdef APP-PLUS
  457. that.$set(that, 'pageHeight', app.globalData.windowHeight);
  458. // #endif
  459. let routes = getCurrentPages(); // 获取当前打开过的页面路由数组
  460. let curRoute = routes[routes.length - 1].route //获取当前页面路由
  461. this.activeRouter = '/' + curRoute
  462. this.getCopyRight();
  463. },
  464. onReady() {
  465. let self = this
  466. // #ifdef MP
  467. let info = uni.createSelectorQuery().select(".sys-head");
  468. info.boundingClientRect(function(data) { //data - 各种参数
  469. self.mpHeight = data.height
  470. }).exec()
  471. // #endif
  472. },
  473. onShow: function() {
  474. let that = this;
  475. // #ifdef APP-PLUS
  476. uni.getSystemInfo({
  477. success: function(res) {
  478. that.pageHeight = res.windowHeight + 'px'
  479. }
  480. });
  481. // #endif
  482. if (that.isLogin) {
  483. this.getUserInfo();
  484. this.getMyMenus();
  485. this.setVisit();
  486. };
  487. this.getCopyRight();
  488. },
  489. onPullDownRefresh() {
  490. this.onLoadFun();
  491. },
  492. methods: {
  493. getWechatuserinfo() {
  494. //#ifdef H5
  495. Auth.isWeixin() && Auth.toAuth('snsapi_userinfo', '/pages/user/index');
  496. //#endif
  497. },
  498. getRoutineUserInfo(e) {
  499. updateUserInfo({
  500. userInfo: e.detail.userInfo
  501. }).then(res => {
  502. this.getUserInfo();
  503. return this.$util.Tips(this.$t('更新用户信息成功'));
  504. }).catch(res => {
  505. })
  506. },
  507. // 记录会员访问
  508. setVisit() {
  509. setVisit({
  510. url: '/pages/user/index'
  511. }).then(res => {})
  512. },
  513. // 打开授权
  514. openAuto() {
  515. toLogin();
  516. },
  517. // 授权回调
  518. onLoadFun() {
  519. this.getUserInfo();
  520. this.getMyMenus();
  521. this.setVisit();
  522. },
  523. Setting: function() {
  524. uni.openSetting({
  525. success: function(res) {}
  526. });
  527. },
  528. // 授权关闭
  529. authColse: function(e) {
  530. this.isShowAuth = e
  531. },
  532. // 绑定手机
  533. bindPhone() {
  534. uni.navigateTo({
  535. url: '/pages/users/user_phone/index'
  536. })
  537. },
  538. /**
  539. * 获取个人用户信息
  540. */
  541. getUserInfo: function() {
  542. let that = this;
  543. getUserInfo().then(res => {
  544. that.userInfo = res.data
  545. that.$store.commit("SETUID", res.data.uid);
  546. that.orderMenu.forEach((item, index) => {
  547. switch (item.title) {
  548. case '待付款':
  549. item.num = res.data.orderStatusNum.unpaid_count
  550. break
  551. case '待发货':
  552. item.num = res.data.orderStatusNum.unshipped_count
  553. break
  554. case '待收货':
  555. item.num = res.data.orderStatusNum.received_count
  556. break
  557. case '待评价':
  558. item.num = res.data.orderStatusNum.evaluated_count
  559. break
  560. case '售后/退款':
  561. item.num = res.data.orderStatusNum.refunding_count
  562. break
  563. }
  564. })
  565. uni.stopPullDownRefresh();
  566. });
  567. },
  568. //小程序授权api替换 getUserInfo
  569. getUserProfile() {
  570. toLogin();
  571. },
  572. /**
  573. *
  574. * 获取个人中心图标
  575. */
  576. switchTab(order) {
  577. this.orderMenu.forEach((item, index) => {
  578. switch (item.title) {
  579. case '待付款':
  580. item.img = order.dfk
  581. break
  582. case '待发货':
  583. item.img = order.dfh
  584. break
  585. case '待收货':
  586. item.img = order.dsh
  587. break
  588. case '待评价':
  589. item.img = order.dpj
  590. break
  591. case '售后/退款':
  592. item.img = order.sh
  593. break
  594. }
  595. })
  596. },
  597. getMyMenus: function() {
  598. let that = this;
  599. // if (this.MyMenus.length) return;
  600. getMenuList().then(res => {
  601. let storeMenu = []
  602. let myMenu = []
  603. res.data.routine_my_menus.forEach((el, index, arr) => {
  604. if (el.url == '/pages/admin/order/index' || el.url ==
  605. '/pages/admin/order_cancellation/index' || el.name ==
  606. this.$t(`客服接待`)) {
  607. storeMenu.push(el)
  608. } else {
  609. myMenu.push(el)
  610. }
  611. })
  612. this.member_style = Number(res.data.diy_data.value)
  613. this.my_banner_status = res.data.diy_data.my_banner_status
  614. let order01 = {
  615. dfk: 'icon-daifukuan',
  616. dfh: 'icon-daifahuo',
  617. dsh: 'icon-daishouhuo',
  618. dpj: 'icon-daipingjia',
  619. sh: 'icon-a-shouhoutuikuan'
  620. }
  621. let order02 = {
  622. dfk: 'icon-daifukuan-lan',
  623. dfh: 'icon-daifahuo-lan',
  624. dsh: 'icon-daishouhuo-lan',
  625. dpj: 'icon-daipingjia-lan',
  626. sh: 'icon-shouhou-tuikuan-lan'
  627. }
  628. let order03 = {
  629. dfk: 'icon-daifukuan-ju',
  630. dfh: 'icon-daifahuo-ju',
  631. dsh: 'icon-daishouhuo-ju',
  632. dpj: 'icon-daipingjia-ju',
  633. sh: 'icon-shouhou-tuikuan-ju'
  634. }
  635. let order04 = {
  636. dfk: 'icon-daifukuan-fen',
  637. dfh: 'icon-daifahuo-fen',
  638. dsh: 'icon-daishouhuo-fen',
  639. dpj: 'icon-daipingjia-fen',
  640. sh: 'icon-a-shouhoutuikuan-fen'
  641. }
  642. let order05 = {
  643. dfk: 'icon-daifukuan-lv',
  644. dfh: 'icon-daifahuo-lv',
  645. dsh: 'icon-daishouhuo-lv',
  646. dpj: 'icon-daipingjia-lv',
  647. sh: 'icon-shouhou-tuikuan-lv'
  648. }
  649. switch (res.data.diy_data.order_status) {
  650. case 1:
  651. this.switchTab(order01)
  652. break
  653. case 2:
  654. this.switchTab(order02)
  655. break
  656. case 3:
  657. this.switchTab(order03)
  658. break
  659. case 4:
  660. this.switchTab(order04)
  661. break
  662. case 5:
  663. this.switchTab(order05)
  664. break
  665. }
  666. that.$set(that, 'MyMenus', myMenu);
  667. that.$set(that, 'storeMenu', storeMenu);
  668. this.imgUrls = res.data.routine_my_banner
  669. this.routineContact = Number(res.data.routine_contact_type)
  670. });
  671. },
  672. // 编辑页面
  673. goEdit() {
  674. if (this.isLogin == false) {
  675. toLogin();
  676. } else {
  677. uni.navigateTo({
  678. url: '/pages/users/user_info/index'
  679. })
  680. }
  681. },
  682. // 签到
  683. goSignIn() {
  684. uni.navigateTo({
  685. url: '/pages/users/user_sgin/index'
  686. })
  687. },
  688. // goMenuPage
  689. goMenuPage(url, name) {
  690. if (this.isLogin) {
  691. if (url.indexOf('http') === -1) {
  692. // #ifdef H5 || APP-PLUS
  693. if (name && name === this.$t(`service_reception`)) {
  694. // return window.location.href = `${location.origin}${url}`
  695. return uni.navigateTo({
  696. url: `/pages/annex/web_view/index?url=${location.origin}${url}`
  697. });
  698. } else if (name && name === this.$t(`contact_customer`)) {
  699. return getCustomer(url)
  700. } else if (name === this.$t(`order_write_off`)) {
  701. console.log(`${url}`)
  702. return uni.navigateTo({
  703. url: url
  704. });
  705. // return window.location.href = `${location.origin}${url}`
  706. }
  707. // #endif
  708. // #ifdef MP
  709. if (name && name === this.$t(`contact_customer`)) {
  710. return getCustomer(url)
  711. }
  712. if (url != '#' && url == '/pages/users/user_info/index') {
  713. uni.openSetting({
  714. success: function(res) {}
  715. });
  716. }
  717. // #endif
  718. uni.navigateTo({
  719. url: url,
  720. fail(err) {
  721. uni.switchTab({
  722. url: url
  723. })
  724. }
  725. })
  726. } else {
  727. uni.navigateTo({
  728. url: `/pages/annex/web_view/index?url=${url}`
  729. });
  730. }
  731. } else {
  732. // #ifdef MP
  733. this.openAuto()
  734. // #endif
  735. }
  736. },
  737. goRouter(item) {
  738. var pages = getCurrentPages();
  739. var page = (pages[pages.length - 1]).$page.fullPath;
  740. if (item.link == page) return
  741. uni.switchTab({
  742. url: item.link,
  743. fail(err) {
  744. uni.redirectTo({
  745. url: item.link
  746. })
  747. }
  748. })
  749. },
  750. getCopyRight() {
  751. const copyRight = uni.getStorageSync('copyRight')
  752. if (copyRight.copyrightImage) {
  753. this.copyRightPic = copyRight.copyrightImage
  754. }
  755. }
  756. }
  757. }
  758. </script>
  759. <style lang="scss">
  760. page,
  761. body {
  762. height: 100%;
  763. }
  764. .height {
  765. margin-top: -100rpx !important;
  766. }
  767. .unBg {
  768. background-color: unset !important;
  769. .user-info {
  770. .info {
  771. .name {
  772. color: #333333 !important;
  773. font-weight: 600;
  774. }
  775. .num {
  776. color: #333 !important;
  777. .num-txt {
  778. height: 38rpx;
  779. background-color: rgba(51, 51, 51, 0.13);
  780. padding: 0 12rpx;
  781. border-radius: 16rpx;
  782. }
  783. }
  784. }
  785. }
  786. .num-wrapper {
  787. color: #333 !important;
  788. font-weight: 600;
  789. .num-item {
  790. .txt {
  791. color: rgba(51, 51, 51, 0.7) !important;
  792. }
  793. }
  794. }
  795. .message {
  796. .iconfont {
  797. color: #333 !important;
  798. }
  799. .num {
  800. color: #fff !important;
  801. background-color: var(--view-theme) !important;
  802. }
  803. }
  804. .setting {
  805. .iconfont {
  806. color: #333 !important;
  807. }
  808. }
  809. }
  810. .cardVipB {
  811. background-color: #343A48;
  812. width: 100%;
  813. height: 124rpx;
  814. border-radius: 16rpx 16rpx 0 0;
  815. padding: 22rpx 30rpx 0 30rpx;
  816. margin-top: 16px;
  817. .left-box {
  818. .small {
  819. color: #F8D5A8;
  820. font-size: 28rpx;
  821. margin-left: 18rpx;
  822. }
  823. .pictrue {
  824. width: 40rpx;
  825. height: 45rpx;
  826. image {
  827. width: 100%;
  828. height: 100%;
  829. }
  830. }
  831. }
  832. .btn {
  833. color: #BBBBBB;
  834. font-size: 26rpx;
  835. }
  836. .icon-xiangyou {
  837. margin-top: 6rpx;
  838. }
  839. }
  840. .cardVipA {
  841. position: absolute;
  842. background: url('~@/static/images/member.png') no-repeat;
  843. background-size: 100% 100%;
  844. width: 750rpx;
  845. height: 84rpx;
  846. bottom: -2rpx;
  847. left: 0;
  848. padding: 0 56rpx 0 135rpx;
  849. .left-box {
  850. font-size: 26rpx;
  851. color: #905100;
  852. font-weight: 400;
  853. }
  854. .btn {
  855. color: #905100;
  856. font-weight: 400;
  857. font-size: 24rpx;
  858. }
  859. .iconfont {
  860. font-size: 20rpx;
  861. margin: 4rpx 0 0 4rpx;
  862. }
  863. }
  864. .new-users {
  865. display: flex;
  866. flex-direction: column;
  867. height: 100%;
  868. .sys-head {
  869. position: relative;
  870. width: 100%;
  871. // background: linear-gradient(90deg, $bg-star1 0%, $bg-end1 100%);
  872. .bg {
  873. position: absolute;
  874. left: 0;
  875. top: 0;
  876. width: 100%;
  877. height: 100%;
  878. background: var(--view-theme);
  879. background-size: 100% auto;
  880. background-position: left bottom;
  881. }
  882. .sys-title {
  883. z-index: 10;
  884. position: relative;
  885. height: 43px;
  886. text-align: center;
  887. line-height: 43px;
  888. font-size: 36rpx;
  889. color: #FFFFFF;
  890. }
  891. }
  892. .head {
  893. // background: #fff;
  894. .user-card {
  895. position: relative;
  896. width: 100%;
  897. height: 380rpx;
  898. margin: 0 auto;
  899. padding: 35rpx 28rpx;
  900. background-image: url("~@/static/images/user01.png");
  901. background-size: 100% auto;
  902. background-color: var(--view-theme);
  903. .user-info {
  904. z-index: 20;
  905. position: relative;
  906. display: flex;
  907. .headwear {
  908. position: absolute;
  909. right: -4rpx;
  910. top: -14rpx;
  911. width: 44rpx;
  912. height: 44rpx;
  913. image {
  914. width: 100%;
  915. height: 100%;
  916. }
  917. }
  918. .live {
  919. width: 28rpx;
  920. height: 28rpx;
  921. margin-left: 20rpx;
  922. }
  923. .bntImg {
  924. width: 120rpx;
  925. height: 120rpx;
  926. border-radius: 50%;
  927. text-align: center;
  928. line-height: 120rpx;
  929. background-color: unset;
  930. position: relative;
  931. .avatarName {
  932. font-size: 16rpx;
  933. color: #fff;
  934. text-align: center;
  935. background-color: rgba(0, 0, 0, 0.6);
  936. height: 37rpx;
  937. line-height: 37rpx;
  938. position: absolute;
  939. bottom: 0;
  940. left: 0;
  941. width: 100%;
  942. }
  943. }
  944. .avatar-box {
  945. position: relative;
  946. display: flex;
  947. align-items: center;
  948. justify-content: center;
  949. width: 120rpx;
  950. height: 120rpx;
  951. border-radius: 50%;
  952. &.on {
  953. .avatar {
  954. border: 2px solid #FFAC65;
  955. border-radius: 50%;
  956. box-sizing: border-box;
  957. }
  958. }
  959. }
  960. .avatar {
  961. position: relative;
  962. width: 120rpx;
  963. height: 120rpx;
  964. border-radius: 50%;
  965. }
  966. .info {
  967. flex: 1;
  968. display: flex;
  969. flex-direction: column;
  970. justify-content: space-between;
  971. margin-left: 20rpx;
  972. padding: 15rpx 0;
  973. .name {
  974. display: flex;
  975. align-items: center;
  976. color: #fff;
  977. font-size: 31rpx;
  978. .vip {
  979. margin-left: 10rpx;
  980. image {
  981. width: 78rpx;
  982. height: 30rpx;
  983. display: block;
  984. }
  985. }
  986. }
  987. .num {
  988. display: flex;
  989. align-items: center;
  990. font-size: 26rpx;
  991. color: rgba(255, 255, 255, 0.6);
  992. image {
  993. width: 22rpx;
  994. height: 23rpx;
  995. margin-left: 20rpx;
  996. }
  997. }
  998. }
  999. }
  1000. .message {
  1001. align-self: flex-start;
  1002. position: relative;
  1003. margin-top: 15rpx;
  1004. margin-right: 20rpx;
  1005. .num {
  1006. position: absolute;
  1007. top: -8rpx;
  1008. left: 18rpx;
  1009. padding: 0 6rpx;
  1010. height: 28rpx;
  1011. border-radius: 12rpx;
  1012. background-color: #fff;
  1013. font-size: 18rpx;
  1014. line-height: 28rpx;
  1015. text-align: center;
  1016. color: var(--view-theme);
  1017. }
  1018. .iconfont {
  1019. font-size: 40rpx;
  1020. color: #fff;
  1021. }
  1022. }
  1023. .num-wrapper {
  1024. z-index: 30;
  1025. position: relative;
  1026. display: flex;
  1027. align-items: center;
  1028. justify-content: space-between;
  1029. margin-top: 22rpx;
  1030. // padding: 0 47rpx;
  1031. color: #fff;
  1032. .num-item {
  1033. width: 33.33%;
  1034. text-align: center;
  1035. &~.num-item {
  1036. position: relative;
  1037. &:before {
  1038. content: '';
  1039. position: absolute;
  1040. width: 1rpx;
  1041. height: 28rpx;
  1042. top: 50%;
  1043. margin-top: -14rpx;
  1044. background-color: rgba(255, 255, 255, 0.4);
  1045. left: 0;
  1046. }
  1047. }
  1048. .num {
  1049. font-size: 42rpx;
  1050. font-weight: bold;
  1051. }
  1052. .txt {
  1053. margin-top: 8rpx;
  1054. font-size: 26rpx;
  1055. color: rgba(255, 255, 255, 0.6);
  1056. }
  1057. }
  1058. }
  1059. .sign {
  1060. z-index: 200;
  1061. position: absolute;
  1062. right: -12rpx;
  1063. top: 80rpx;
  1064. display: flex;
  1065. align-items: center;
  1066. justify-content: center;
  1067. width: 120rpx;
  1068. height: 60rpx;
  1069. background: linear-gradient(90deg, rgba(255, 225, 87, 1) 0%, rgba(238, 193, 15, 1) 100%);
  1070. border-radius: 29rpx 4rpx 4rpx 29rpx;
  1071. color: #282828;
  1072. font-size: 28rpx;
  1073. font-weight: bold;
  1074. }
  1075. }
  1076. .order-wrapper {
  1077. background: #fff;
  1078. margin: 0 30rpx;
  1079. border-radius: 16rpx;
  1080. position: relative;
  1081. margin-top: -10rpx;
  1082. .order-hd {
  1083. justify-content: space-between;
  1084. padding: 30rpx 20rpx 10rpx 30rpx;
  1085. margin-top: 25rpx;
  1086. font-size: 30rpx;
  1087. color: #282828;
  1088. .left {
  1089. font-weight: bold;
  1090. }
  1091. .right {
  1092. display: flex;
  1093. align-items: center;
  1094. color: #666666;
  1095. font-size: 26rpx;
  1096. .icon-xiangyou {
  1097. margin-left: 5rpx;
  1098. font-size: 26rpx;
  1099. }
  1100. }
  1101. }
  1102. .order-bd {
  1103. display: flex;
  1104. padding: 0 0;
  1105. .order-item {
  1106. display: flex;
  1107. flex-direction: column;
  1108. justify-content: center;
  1109. align-items: center;
  1110. width: 20%;
  1111. height: 140rpx;
  1112. .pic {
  1113. position: relative;
  1114. text-align: center;
  1115. .iconfont {
  1116. font-size: 48rpx;
  1117. color: var(--view-theme);
  1118. }
  1119. image {
  1120. width: 58rpx;
  1121. height: 48rpx;
  1122. }
  1123. }
  1124. .txt {
  1125. margin-top: 6rpx;
  1126. font-size: 26rpx;
  1127. color: #333;
  1128. }
  1129. }
  1130. }
  1131. }
  1132. }
  1133. .slider-wrapper {
  1134. margin: 20rpx 30rpx;
  1135. height: 130rpx;
  1136. swiper,
  1137. swiper-item {
  1138. height: 100%;
  1139. }
  1140. image {
  1141. width: 100%;
  1142. height: 130rpx;
  1143. border-radius: 16rpx;
  1144. }
  1145. }
  1146. .user-menus {
  1147. background-color: #fff;
  1148. margin: 0 30rpx;
  1149. border-radius: 16rpx;
  1150. .menu-title {
  1151. padding: 30rpx 30rpx 40rpx;
  1152. font-size: 30rpx;
  1153. color: #282828;
  1154. font-weight: bold;
  1155. }
  1156. .list-box {
  1157. display: flex;
  1158. flex-wrap: wrap;
  1159. padding: 0;
  1160. }
  1161. .item {
  1162. position: relative;
  1163. display: flex;
  1164. align-items: center;
  1165. justify-content: space-between;
  1166. flex-direction: column;
  1167. width: 25%;
  1168. margin-bottom: 47rpx;
  1169. font-size: 26rpx;
  1170. color: #333333;
  1171. image {
  1172. width: 52rpx;
  1173. height: 52rpx;
  1174. margin-bottom: 18rpx;
  1175. }
  1176. &:last-child::before {
  1177. display: none;
  1178. }
  1179. }
  1180. button {
  1181. font-size: 28rpx;
  1182. }
  1183. }
  1184. .phone {
  1185. color: #fff;
  1186. background-color: #CCC;
  1187. border-radius: 15px;
  1188. width: max-content;
  1189. padding: 0 10px;
  1190. }
  1191. .order-status-num {
  1192. min-width: 12rpx;
  1193. background-color: #fff;
  1194. color: var(--view-theme);
  1195. border-radius: 15px;
  1196. position: absolute;
  1197. right: -14rpx;
  1198. top: -15rpx;
  1199. font-size: 20rpx;
  1200. padding: 0 8rpx;
  1201. border: 1px solid var(--view-theme);
  1202. }
  1203. .support {
  1204. width: 219rpx;
  1205. height: 74rpx;
  1206. margin: 54rpx auto;
  1207. display: block;
  1208. }
  1209. }
  1210. .card-vip {
  1211. display: flex;
  1212. align-items: center;
  1213. justify-content: space-between;
  1214. position: relative;
  1215. width: 690rpx;
  1216. height: 134rpx;
  1217. margin: -72rpx auto 0;
  1218. background: url('~@/static/images/user_vip.png');
  1219. background-size: cover;
  1220. padding-left: 118rpx;
  1221. padding-right: 34rpx;
  1222. .left-box {
  1223. font-size: 24rpx;
  1224. color: #AE5A2A;
  1225. .big {
  1226. font-size: 28rpx;
  1227. }
  1228. .small {
  1229. opacity: 0.8;
  1230. margin-top: 10rpx;
  1231. }
  1232. }
  1233. .btn {
  1234. height: 52rpx;
  1235. line-height: 52rpx;
  1236. padding: 0 10rpx;
  1237. text-align: center;
  1238. background: #fff;
  1239. border-radius: 28rpx;
  1240. font-size: 26rpx;
  1241. color: #AE5A2A;
  1242. }
  1243. }
  1244. .setting {
  1245. margin-top: 15rpx;
  1246. margin-left: 15rpx;
  1247. color: #fff;
  1248. .iconfont {
  1249. font-size: 40rpx;
  1250. }
  1251. }
  1252. .page-footer {
  1253. position: fixed;
  1254. bottom: 0;
  1255. z-index: 30;
  1256. display: flex;
  1257. align-items: center;
  1258. justify-content: space-around;
  1259. width: 100%;
  1260. height: calc(98rpx+ constant(safe-area-inset-bottom)); ///兼容 IOS<11.2/
  1261. height: calc(98rpx + env(safe-area-inset-bottom)); ///兼容 IOS>11.2/
  1262. box-sizing: border-box;
  1263. border-top: solid 1rpx #F3F3F3;
  1264. background-color: #fff;
  1265. box-shadow: 0px 0px 17rpx 1rpx rgba(206, 206, 206, 0.32);
  1266. padding-bottom: constant(safe-area-inset-bottom); ///兼容 IOS<11.2/
  1267. padding-bottom: env(safe-area-inset-bottom); ///兼容 IOS>11.2/
  1268. .foot-item {
  1269. display: flex;
  1270. width: max-content;
  1271. align-items: center;
  1272. justify-content: center;
  1273. flex-direction: column;
  1274. position: relative;
  1275. .count-num {
  1276. position: absolute;
  1277. display: flex;
  1278. justify-content: center;
  1279. align-items: center;
  1280. width: 40rpx;
  1281. height: 40rpx;
  1282. top: 0rpx;
  1283. right: -15rpx;
  1284. color: #fff;
  1285. font-size: 20rpx;
  1286. background-color: #FD502F;
  1287. border-radius: 50%;
  1288. padding: 4rpx;
  1289. }
  1290. }
  1291. .foot-item image {
  1292. height: 50rpx;
  1293. width: 50rpx;
  1294. text-align: center;
  1295. margin: 0 auto;
  1296. }
  1297. .foot-item .txt {
  1298. font-size: 24rpx;
  1299. &.active {}
  1300. }
  1301. }
  1302. .new-users {
  1303. padding-bottom: 0;
  1304. padding-bottom: constant(safe-area-inset-bottom);
  1305. padding-bottom: env(safe-area-inset-bottom);
  1306. }
  1307. </style>