index.vue 39 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779
  1. <template>
  2. <view class="new-users copy-data" :style="{ height: pageHeight }">
  3. <view class="top" style="background: rgb(254,245,246); color: black;">
  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;padding: 30rpx;padding-top: 0; background: rgb(249,249,249);">
  15. <scroll-view scroll-y="true" style="height: 100%;">
  16. <view class="head" v-if="currentRole === 'leader'">
  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" @click="getWechatuserinfo">
  24. <image class="avatar" src='/static/images/f.png'></image>
  25. <view class="avatarName">{{ $t('获取头像') }}</view>
  26. </button>
  27. <!-- #endif -->
  28. <!-- #ifdef MP -->
  29. <button class="bntImg" v-if="userInfo.is_complete == 0" @tap="getUserProfile">
  30. <image class="avatar" src='/static/images/f.png'></image>
  31. <view class="avatarName">{{ $t('获取头像') }}</view>
  32. </button>
  33. <!-- #endif -->
  34. <!-- #ifndef APP-PLUS -->
  35. <view v-else class="avatar-box" :class="{ on: userInfo.is_money_level }">
  36. <image class="avatar" :src='userInfo.avatar' v-if="userInfo.avatar" @click="goEdit()">
  37. </image>
  38. <image v-else class="avatar" src="/static/images/f.png" mode="" @click="goEdit()">
  39. </image>
  40. <view class="headwear" v-if="userInfo.is_money_level && userInfo.svip_open">
  41. <image src="/static/images/headwear.png"></image>
  42. </view>
  43. </view>
  44. <!-- #endif -->
  45. <!-- #ifdef APP-PLUS -->
  46. <view class="avatar-box" :class="{ on: userInfo.is_money_level }">
  47. <image class="avatar" :src='userInfo.avatar' v-if="userInfo.avatar" @click="goEdit()">
  48. </image>
  49. <image v-else class="avatar" src="/static/images/f.png" mode="" @click="goEdit()">
  50. </image>
  51. <view class="headwear" v-if="userInfo.is_money_level && userInfo.svip_open">
  52. <image src="/static/images/headwear.png"></image>
  53. </view>
  54. </view>
  55. <!-- #endif -->
  56. </view>
  57. <view class="info">
  58. <!-- #ifdef MP -->
  59. <view class="name" v-if="!userInfo.id" @click="openAuto"
  60. style="height: 100%; display: flex; align-items: center;">
  61. {{ $t('请点击授权') }}
  62. </view>
  63. <!-- #endif -->
  64. <!-- #ifdef H5 -->
  65. <view class="name" v-if="!userInfo.id && isWeixin" @click="openAuto"
  66. style="height: 100%; display: flex; align-items: center;">
  67. {{ $t('请点击授权') }}
  68. </view>
  69. <!-- #endif -->
  70. <view class="name" v-if="userInfo.id">
  71. {{ userInfo.realName }} 测试名字
  72. <image class="live" :src="userInfo.vip_icon" v-if="userInfo.vip_icon"></image>
  73. <view class="vip" v-if="userInfo.is_money_level > 0 && userInfo.svip_open">
  74. <image src="/static/images/svip.png"></image>
  75. </view>
  76. </view>
  77. <view class="num" v-if="userInfo.username" @click="goEdit()">
  78. <view class="num-txt">
  79. <view v-if="currentRole === 'leader'" class="leader">团长</view>
  80. </view>
  81. <!-- <view class="icon">
  82. <image src="/static/images/edit.png" mode=""></image>
  83. </view> -->
  84. </view>
  85. <!-- <view class="phone" v-if="!userInfo.username && isLogin" @tap="bindPhone">
  86. {{$t('绑定手机号')}}</view> -->
  87. </view>
  88. <view class="message">
  89. <text v-if="currentRole === 'leader'" style=" color: #75BE00; width: 50px;">切换团员</text>
  90. <text v-if="currentRole === 'employees'" style=" color: rgb(174, 33, 56); width: 50px;">切换团长</text>
  91. <u-switch v-model="roleSwitch" activeColor="#75BE00" size="12" @change="changeRole"></u-switch>
  92. </view>
  93. </view>
  94. </view>
  95. <view class="group-buying-data">
  96. <view class="group-title">
  97. 团购数据
  98. </view>
  99. <view class="group-content">
  100. <view class="group-content-l">
  101. <view class="content-num">
  102. 2446
  103. </view>
  104. <view class="content-info">
  105. 最新团购浏览总量 (次)
  106. </view>
  107. </view>
  108. <view class="group-content-r">
  109. <view class="content-num">
  110. 11580
  111. </view>
  112. <view class="content-info">
  113. 最新团购成交总额 (元)
  114. </view>
  115. </view>
  116. </view>
  117. </view>
  118. <view class="group-buying-btn">
  119. <view @click="goGroupbuying()" class="image-text_21" style="margin-right: 30rpx;">
  120. <image class="icon_10" referrerpolicy="no-referrer"
  121. src="http://www.gzzzyd.com/groupon/regiment/提货管理@2x(2).png" />
  122. </view>
  123. <view @click="goGroupbuying()" class="image-text_21">
  124. <image class="icon_1" referrerpolicy="no-referrer"
  125. src="http://www.gzzzyd.com/groupon/regiment/提货管理@2x(1).png" />
  126. </view>
  127. </view>
  128. <view class="order-wrapper" :class="userInfo.svip_open ? '' : 'height'">
  129. <view class="order-bd">
  130. <block v-for="(item, index) in orderMenu" :key="index">
  131. <navigator class="order-item" hover-class="none" :url="item.url">
  132. <view class="pic">
  133. <image :src="item.src" mode=""></image>
  134. </view>
  135. <view class="txt">{{ $t(item.title) }}</view>
  136. </navigator>
  137. </block>
  138. </view>
  139. </view>
  140. <view class="tool_list">
  141. <u-cell-group>
  142. <navigator url="/pages/columnGoods/HotNewGoods/feedback" hover-class="none">
  143. <u-cell isLink>
  144. <view slot="title" class="u-slot-title">
  145. <image src="http://www.gzzzyd.com/groupon/regiment/编组 6@2x.png" mode=""></image>
  146. <text class="u-cell-text">建议与反馈</text>
  147. </view>
  148. </u-cell>
  149. </navigator>
  150. <u-cell isLink>
  151. <view slot="title" class="u-slot-title">
  152. <image src="http://www.gzzzyd.com/groupon/regiment/编组 8@2x.png" mode=""></image>
  153. <text class="u-cell-text">我的消息</text>
  154. </view>
  155. </u-cell>
  156. <u-cell isLink>
  157. <view slot="title" class="u-slot-title">
  158. <image src="http://www.gzzzyd.com/groupon/regiment/编组 8@2x(1).png" mode=""></image>
  159. <text class="u-cell-text">关于我们</text>
  160. </view>
  161. </u-cell>
  162. <navigator url="/pages/users/user_info/index" hover-class="none">
  163. <u-cell isLink>
  164. <view slot="title" class="u-slot-title">
  165. <image src="http://www.gzzzyd.com/groupon/regiment/编组 18@2x.png" mode=""></image>
  166. <text class="u-cell-text">设置</text>
  167. </view>
  168. </u-cell>
  169. </navigator>
  170. </u-cell-group>
  171. </view>
  172. <view class="footer">
  173. <button @click="outLogin">
  174. 退出登录
  175. </button>
  176. </view>
  177. </view>
  178. <view class="head" v-if="currentRole === 'employees'">
  179. <view class="user-card" :class="member_style == 3 ? 'unBg' : ''">
  180. <view class="bg"></view>
  181. <view class="user-info">
  182. <view>
  183. <!-- 注释这个是加的bnt -->
  184. <!-- #ifdef H5 -->
  185. <button class="bntImg" v-if="userInfo.is_complete == 0 && isWeixin" @click="getWechatuserinfo">
  186. <image class="avatar" src='/static/images/f.png'></image>
  187. <view class="avatarName">{{ $t('获取头像') }}</view>
  188. </button>
  189. <!-- #endif -->
  190. <!-- #ifdef MP -->
  191. <button class="bntImg" v-if="userInfo.is_complete == 0" @tap="getUserProfile">
  192. <image class="avatar" src='/static/images/f.png'></image>
  193. <view class="avatarName">{{ $t('获取头像') }}</view>
  194. </button>
  195. <!-- #endif -->
  196. <!-- #ifndef APP-PLUS -->
  197. <view v-else class="avatar-box" :class="{ on: userInfo.is_money_level }">
  198. <image class="avatar" :src='userInfo.avatar' v-if="userInfo.avatar" @click="goEdit()">
  199. </image>
  200. <image v-else class="avatar" src="/static/images/f.png" mode="" @click="goEdit()">
  201. </image>
  202. <view class="headwear" v-if="userInfo.is_money_level && userInfo.svip_open">
  203. <image src="/static/images/headwear.png"></image>
  204. </view>
  205. </view>
  206. <!-- #endif -->
  207. <!-- #ifdef APP-PLUS -->
  208. <view class="avatar-box" :class="{ on: userInfo.is_money_level }">
  209. <image class="avatar" :src='userInfo.avatar' v-if="userInfo.avatar" @click="goEdit()">
  210. </image>
  211. <image v-else class="avatar" src="/static/images/f.png" mode="" @click="goEdit()">
  212. </image>
  213. <view class="headwear" v-if="userInfo.is_money_level && userInfo.svip_open">
  214. <image src="/static/images/headwear.png"></image>
  215. </view>
  216. </view>
  217. <!-- #endif -->
  218. </view>
  219. <view class="info">
  220. <!-- #ifdef MP -->
  221. <view class="name" v-if="!userInfo.id" @click="openAuto"
  222. style="height: 100%; display: flex; align-items: center;">
  223. {{ $t('请点击授权') }}
  224. </view>
  225. <!-- #endif -->
  226. <!-- #ifdef H5 -->
  227. <view class="name" v-if="!userInfo.id && isWeixin" @click="openAuto"
  228. style="height: 100%; display: flex; align-items: center;">
  229. {{ $t('请点击授权') }}
  230. </view>
  231. <!-- #endif -->
  232. <view class="name" v-if="userInfo.id">
  233. {{ userInfo.realName }} 测试名字
  234. <image class="live" :src="userInfo.vip_icon" v-if="userInfo.vip_icon"></image>
  235. <view class="vip" v-if="userInfo.is_money_level > 0 && userInfo.svip_open">
  236. <image src="/static/images/svip.png"></image>
  237. </view>
  238. </view>
  239. <view class="num" v-if="userInfo.username" @click="goEdit()">
  240. <view class="num-txt">
  241. <view class="employees">团员</view>
  242. </view>
  243. <!-- <view class="icon">
  244. <image src="/static/images/edit.png" mode=""></image>
  245. </view> -->
  246. </view>
  247. <!-- <view class="phone" v-if="!userInfo.username && isLogin" @tap="bindPhone">
  248. {{$t('绑定手机号')}}</view> -->
  249. </view>
  250. <view class="message">
  251. <text style=" color: rgb(174, 33, 56); width: 50px;">切换团长</text>
  252. <u-switch v-model="roleSwitch" activeColor="#75BE00" size="12" @change="changeRole"></u-switch>
  253. </view>
  254. </view>
  255. </view>
  256. <navigator url="/pages/groupbuying/promotion/index" hover-class="none">
  257. <view class="group-buying-data2">
  258. <view class="group-title-2">
  259. <view>
  260. 累计分享奖励(元) &nbsp; ¥48.00
  261. </view>
  262. <view>
  263. 查看详情 >
  264. </view>
  265. </view>
  266. </view>
  267. </navigator>
  268. <view class="my_order">
  269. <u-cell isLink>
  270. <view slot="title" class="u-slot-title">
  271. <text class="u-cell-text">我的订单</text>
  272. </view>
  273. </u-cell>
  274. </view>
  275. <view class="order-wrapper" :class="userInfo.svip_open ? '' : 'height'">
  276. <view class="order-bd">
  277. <block v-for="(item, index) in orderMenuOrigin" :key="index">
  278. <navigator class="order-item" hover-class="none" :url="item.url">
  279. <view class="pic">
  280. <!-- <image :src="item.img" mode=""></image> -->
  281. <text class="iconfont" :class="item.img"></text>
  282. <text class="order-status-num" v-if="item.num > 0">{{ item.num }}</text>
  283. </view>
  284. <view class="txt">{{ $t(item.title) }}</view>
  285. </navigator>
  286. </block>
  287. </view>
  288. </view>
  289. <view class="tool_list">
  290. <u-cell-group>
  291. <navigator url="/pages/columnGoods/HotNewGoods/feedback" hover-class="none">
  292. <u-cell isLink>
  293. <view slot="title" class="u-slot-title">
  294. <image src="http://www.gzzzyd.com/groupon/regiment/编组 6@2x.png" mode=""></image>
  295. <text class="u-cell-text">建议与反馈</text>
  296. </view>
  297. </u-cell>
  298. </navigator>
  299. <u-cell isLink>
  300. <view slot="title" class="u-slot-title">
  301. <image src="http://www.gzzzyd.com/groupon/regiment/编组 8@2x.png" mode=""></image>
  302. <text class="u-cell-text">我的消息</text>
  303. </view>
  304. </u-cell>
  305. <u-cell isLink>
  306. <view slot="title" class="u-slot-title">
  307. <image src="http://www.gzzzyd.com/groupon/regiment/编组 8@2x(1).png" mode=""></image>
  308. <text class="u-cell-text">关于我们</text>
  309. </view>
  310. </u-cell>
  311. <navigator url="/pages/users/user_info/index" hover-class="none">
  312. <u-cell isLink>
  313. <view slot="title" class="u-slot-title">
  314. <image src="http://www.gzzzyd.com/groupon/regiment/编组 18@2x.png" mode=""></image>
  315. <text class="u-cell-text">设置</text>
  316. </view>
  317. </u-cell>
  318. </navigator>
  319. </u-cell-group>
  320. </view>
  321. <view class="footer">
  322. <button @click="outLogin">
  323. 退出登录
  324. </button>
  325. </view>
  326. </view>
  327. </scroll-view>
  328. </view>
  329. </view>
  330. </template>
  331. <script>
  332. let sysHeight = uni.getSystemInfoSync().statusBarHeight + 'px';
  333. import {
  334. getMenuList,
  335. getUserInfo,
  336. getLogout,
  337. setVisit,
  338. updateUserInfo
  339. } from '@/api/user.js';
  340. import {
  341. wechatAuthV2,
  342. getNavigation,
  343. silenceAuth
  344. } from '@/api/public.js'
  345. import {
  346. toLogin
  347. } from '@/libs/login.js';
  348. import {
  349. mapState,
  350. mapGetters
  351. } from "vuex";
  352. // #ifdef H5
  353. import Auth from '@/libs/wechat';
  354. // #endif
  355. const app = getApp();
  356. import dayjs from '@/plugin/dayjs/dayjs.min.js';
  357. import Routine from '@/libs/routine';
  358. import colors from '@/mixins/color';
  359. import {
  360. getCustomer
  361. } from '@/utils/index.js'
  362. export default {
  363. components: {
  364. },
  365. // computed: mapGetters(['isLogin','cartNum']),
  366. computed: {
  367. ...mapGetters({
  368. cartNum: 'cartNum',
  369. isLogin: 'isLogin'
  370. })
  371. },
  372. filters: {
  373. coundTime (val) {
  374. var setTime = val * 1000
  375. var nowTime = new Date()
  376. var rest = setTime - nowTime.getTime()
  377. var day = parseInt(rest / (60 * 60 * 24 * 1000))
  378. // var hour = parseInt(rest/(60*60*1000)%24) //小时
  379. return day + this.$t('day')
  380. },
  381. dateFormat: function (value) {
  382. return dayjs(value * 1000).format('YYYY-MM-DD');
  383. }
  384. },
  385. mixins: [colors],
  386. data () {
  387. return {
  388. roleSwitch: true,
  389. currentRole: 'leader',
  390. storeMenu: [], // 商家管理
  391. orderMenu: [{
  392. img: 'icon-daifukuan',
  393. src: 'http://www.gzzzyd.com/groupon/regiment/扫码_scan@2x.png',
  394. title: '到货核销',
  395. url: '/pages/goods/order_list/index?status=1'
  396. },
  397. {
  398. img: 'icon-daifahuo',
  399. src: 'http://www.gzzzyd.com/groupon/regiment/01_自提点@2x.png',
  400. title: '自提点管理',
  401. url: '/pages/goods/order_list/index?status=2'
  402. },
  403. {
  404. img: 'icon-daishouhuo',
  405. src: 'http://www.gzzzyd.com/groupon/regiment/团购@2x.png',
  406. title: '团购管理',
  407. url: '/pages/goods/order_list/index?status=3'
  408. },
  409. {
  410. img: 'icon-daipingjia',
  411. src: 'http://www.gzzzyd.com/groupon/regiment/订单管理@2x.png',
  412. title: '订单管理',
  413. url: '/pages/goods/order_list/index?status=4'
  414. },
  415. ],
  416. orderMenuOrigin: [{
  417. img: 'icon-daifukuan',
  418. title: '待付款',
  419. url: '/pages/goods/order_list/index?status=1'
  420. },
  421. {
  422. img: 'icon-daifahuo',
  423. title: '待发货',
  424. url: '/pages/goods/order_list/index?status=2'
  425. },
  426. {
  427. img: 'icon-daishouhuo',
  428. title: '待收货',
  429. url: '/pages/goods/order_list/index?status=3'
  430. },
  431. {
  432. img: 'icon-daipingjia',
  433. title: '已完成',
  434. url: '/pages/goods/order_list/index?status=4'
  435. },
  436. {
  437. img: 'icon-a-shouhoutuikuan',
  438. title: '售后',
  439. url: '/pages/users/user_return_list/index'
  440. },
  441. ],
  442. imgUrls: [],
  443. autoplay: true,
  444. circular: true,
  445. interval: 3000,
  446. duration: 500,
  447. isAuto: false, //没有授权的不会自动授权
  448. isShowAuth: false, //是否隐藏授权
  449. orderStatusNum: {},
  450. userInfo: {},
  451. MyMenus: [],
  452. sysHeight: sysHeight,
  453. mpHeight: 0,
  454. showStatus: 1,
  455. newData: {},
  456. activeRouter: '',
  457. // #ifdef H5 || MP
  458. pageHeight: '100%',
  459. routineContact: 0,
  460. // #endif
  461. // #ifdef APP-PLUS
  462. pageHeight: app.globalData.windowHeight,
  463. // #endif
  464. // #ifdef H5
  465. isWeixin: Auth.isWeixin(),
  466. //#endif
  467. footerSee: false,
  468. member_style: 1,
  469. my_banner_status: 1,
  470. is_diy: uni.getStorageSync('is_diy'),
  471. copyRightPic: '/static/images/support.png', //版权图片
  472. loginType: 'h5', //app.globalData.loginType
  473. }
  474. },
  475. onLoad (option) {
  476. // uni.hideTabBar()
  477. let that = this;
  478. // if (this.is_diy) {
  479. // if (uni.getStorageSync('FOOTER_BAR')) {
  480. // uni.hideTabBar()
  481. // }
  482. // uni.request({
  483. // url:'api/mock/navigation',
  484. // success:res=>{
  485. // this.newData = res.data
  486. // if (this.newData.status && this.newData.status.status) {
  487. // uni.hideTabBar()
  488. // } else {
  489. // uni.showTabBar()
  490. // }
  491. // }
  492. // })
  493. // }
  494. // #ifdef MP
  495. // 小程序静默授权
  496. if (!this.$store.getters.isLogin) {
  497. // Routine.getCode()
  498. // .then(code => {
  499. // Routine.silenceAuth(code).then(res => {
  500. // this.onLoadFun();
  501. // })
  502. // })
  503. // .catch(res => {
  504. // uni.hideLoading();
  505. // });
  506. }
  507. // #endif
  508. // #ifdef H5 || APP-PLUS
  509. if (that.isLogin == false) {
  510. toLogin()
  511. }
  512. //获取用户信息回来后授权
  513. let cacheCode = this.$Cache.get('snsapi_userinfo_code');
  514. let res1 = cacheCode ? option.code != cacheCode : true;
  515. if (this.isWeixin && option.code && res1 && option.scope === 'snsapi_userinfo') {
  516. this.$Cache.set('snsapi_userinfo_code', option.code);
  517. Auth.auth(option.code).then(res => {
  518. this.getUserInfo();
  519. }).catch(err => { })
  520. }
  521. // #endif
  522. // #ifdef APP-PLUS
  523. that.$set(that, 'pageHeight', app.globalData.windowHeight);
  524. // #endif
  525. let routes = getCurrentPages(); // 获取当前打开过的页面路由数组
  526. let curRoute = routes[routes.length - 1].route //获取当前页面路由
  527. this.activeRouter = '/' + curRoute
  528. this.getCopyRight();
  529. },
  530. onReady () {
  531. let self = this
  532. // #ifdef MP
  533. let info = uni.createSelectorQuery().select(".sys-head");
  534. info.boundingClientRect(function (data) { //data - 各种参数
  535. self.mpHeight = data.height
  536. }).exec()
  537. // #endif
  538. },
  539. onShow: function () {
  540. let that = this;
  541. // #ifdef APP-PLUS
  542. uni.getSystemInfo({
  543. success: function (res) {
  544. that.pageHeight = res.windowHeight + 'px'
  545. }
  546. });
  547. // #endif
  548. if (that.isLogin) {
  549. this.getUserInfo();
  550. this.getMyMenus();
  551. this.setVisit();
  552. };
  553. this.getCopyRight();
  554. },
  555. onPullDownRefresh () {
  556. this.onLoadFun();
  557. },
  558. methods: {
  559. /**
  560. * 退出登录
  561. *
  562. */
  563. outLogin: function() {
  564. let that = this;
  565. if (that.loginType == 'h5') {
  566. uni.showModal({
  567. title: that.$t(`提示`),
  568. content: that.$t(`确认退出登录`),
  569. success: function(res) {
  570. if (res.confirm) {
  571. getLogout()
  572. .then(res => {
  573. // uni.clearStorage()
  574. that.$store.commit("LOGOUT");
  575. uni.reLaunch({
  576. url: '/pages/index/index'
  577. })
  578. })
  579. .catch(err => {});
  580. } else if (res.cancel) {}
  581. }
  582. });
  583. }
  584. },
  585. changeRole () {
  586. this.currentRole = this.roleSwitch ? 'leader' : 'employees'
  587. },
  588. // 发布团购
  589. goGroupbuying () {
  590. if (this.isLogin == false) {
  591. toLogin();
  592. } else {
  593. uni.navigateTo({
  594. url: '/pages/groupbuying/publish_group/index'
  595. })
  596. }
  597. },
  598. getWechatuserinfo () {
  599. //#ifdef H5
  600. Auth.isWeixin() && Auth.toAuth('snsapi_userinfo', '/pages/user/index');
  601. //#endif
  602. },
  603. getRoutineUserInfo (e) {
  604. updateUserInfo({
  605. userInfo: e.detail.userInfo
  606. }).then(res => {
  607. this.getUserInfo();
  608. return this.$util.Tips(this.$t('更新用户信息成功'));
  609. }).catch(res => {
  610. })
  611. },
  612. // 记录会员访问
  613. setVisit () {
  614. // setVisit({
  615. // url: '/pages/user/index'
  616. // }).then(res => { })
  617. },
  618. // 打开授权
  619. openAuto () {
  620. toLogin();
  621. },
  622. // 授权回调
  623. onLoadFun () {
  624. this.getUserInfo();
  625. this.getMyMenus();
  626. this.setVisit();
  627. },
  628. Setting: function () {
  629. uni.openSetting({
  630. success: function (res) { }
  631. });
  632. },
  633. // 授权关闭
  634. authColse: function (e) {
  635. this.isShowAuth = e
  636. },
  637. // 绑定手机
  638. bindPhone () {
  639. uni.navigateTo({
  640. url: '/pages/users/user_phone/index'
  641. })
  642. },
  643. /**
  644. * 获取个人用户信息
  645. */
  646. getUserInfo: function () {
  647. let that = this;
  648. getUserInfo().then(res => {
  649. that.userInfo = res.data
  650. that.$store.commit("SETUID", res.data.userId);
  651. // that.orderMenu.forEach((item, index) => {
  652. // switch (item.title) {
  653. // case '待付款':
  654. // item.num = res.data.orderStatusNum.unpaid_count
  655. // break
  656. // case '待发货':
  657. // item.num = res.data.orderStatusNum.unshipped_count
  658. // break
  659. // case '待收货':
  660. // item.num = res.data.orderStatusNum.received_count
  661. // break
  662. // case '待评价':
  663. // item.num = res.data.orderStatusNum.evaluated_count
  664. // break
  665. // case '售后':
  666. // item.num = res.data.orderStatusNum.refunding_count
  667. // break
  668. // }
  669. // })
  670. uni.stopPullDownRefresh();
  671. });
  672. },
  673. //小程序授权api替换 getUserInfo
  674. getUserProfile () {
  675. toLogin();
  676. },
  677. /**
  678. *
  679. * 获取个人中心图标
  680. */
  681. switchTab (order) {
  682. this.orderMenu.forEach((item, index) => {
  683. switch (item.title) {
  684. case '待付款':
  685. item.img = order.dfk
  686. break
  687. case '待发货':
  688. item.img = order.dfh
  689. break
  690. case '待收货':
  691. item.img = order.dsh
  692. break
  693. case '待评价':
  694. item.img = order.dpj
  695. break
  696. case '售后':
  697. item.img = order.sh
  698. break
  699. }
  700. })
  701. },
  702. getMyMenus: function () {
  703. let that = this;
  704. // if (this.MyMenus.length) return;
  705. uni.request({
  706. url: 'api/mock/menu',
  707. success: res => {
  708. let storeMenu = []
  709. let myMenu = []
  710. res.data.routine_my_menus.forEach((el, index, arr) => {
  711. if (el.url == '/pages/admin/order/index' || el.url ==
  712. '/pages/admin/order_cancellation/index' || el.name ==
  713. this.$t(`客服接待`)) {
  714. storeMenu.push(el)
  715. } else {
  716. myMenu.push(el)
  717. }
  718. })
  719. this.member_style = Number(res.data.diy_data.value)
  720. this.my_banner_status = res.data.diy_data.my_banner_status
  721. let order01 = {
  722. dfk: 'icon-daifukuan',
  723. dfh: 'icon-daifahuo',
  724. dsh: 'icon-daishouhuo',
  725. dpj: 'icon-daipingjia',
  726. sh: 'icon-a-shouhoutuikuan'
  727. }
  728. let order02 = {
  729. dfk: 'icon-daifukuan-lan',
  730. dfh: 'icon-daifahuo-lan',
  731. dsh: 'icon-daishouhuo-lan',
  732. dpj: 'icon-daipingjia-lan',
  733. sh: 'icon-shouhou-tuikuan-lan'
  734. }
  735. let order03 = {
  736. dfk: 'icon-daifukuan-ju',
  737. dfh: 'icon-daifahuo-ju',
  738. dsh: 'icon-daishouhuo-ju',
  739. dpj: 'icon-daipingjia-ju',
  740. sh: 'icon-shouhou-tuikuan-ju'
  741. }
  742. let order04 = {
  743. dfk: 'icon-daifukuan-fen',
  744. dfh: 'icon-daifahuo-fen',
  745. dsh: 'icon-daishouhuo-fen',
  746. dpj: 'icon-daipingjia-fen',
  747. sh: 'icon-a-shouhoutuikuan-fen'
  748. }
  749. let order05 = {
  750. dfk: 'icon-daifukuan-lv',
  751. dfh: 'icon-daifahuo-lv',
  752. dsh: 'icon-daishouhuo-lv',
  753. dpj: 'icon-daipingjia-lv',
  754. sh: 'icon-shouhou-tuikuan-lv'
  755. }
  756. switch (res.data.diy_data.order_status) {
  757. case 1:
  758. this.switchTab(order01)
  759. break
  760. case 2:
  761. this.switchTab(order02)
  762. break
  763. case 3:
  764. this.switchTab(order03)
  765. break
  766. case 4:
  767. this.switchTab(order04)
  768. break
  769. case 5:
  770. this.switchTab(order05)
  771. break
  772. }
  773. that.$set(that, 'MyMenus', myMenu);
  774. that.$set(that, 'storeMenu', storeMenu);
  775. this.imgUrls = res.data.routine_my_banner
  776. this.routineContact = Number(res.data.routine_contact_type)
  777. }
  778. })
  779. },
  780. // 编辑页面
  781. goEdit () {
  782. if (this.isLogin == false) {
  783. toLogin();
  784. } else {
  785. uni.navigateTo({
  786. url: '/pages/users/user_info/index'
  787. })
  788. }
  789. },
  790. // 签到
  791. goSignIn () {
  792. uni.navigateTo({
  793. url: '/pages/users/user_sgin/index'
  794. })
  795. },
  796. // goMenuPage
  797. goMenuPage (url, name) {
  798. if (this.isLogin) {
  799. if (url.indexOf('http') === -1) {
  800. // #ifdef H5 || APP-PLUS
  801. if (name && name === this.$t(`service_reception`)) {
  802. // return window.location.href = `${location.origin}${url}`
  803. return uni.navigateTo({
  804. url: `/pages/annex/web_view/index?url=${location.origin}${url}`
  805. });
  806. } else if (name && name === this.$t(`contact_customer`)) {
  807. return getCustomer(url)
  808. } else if (name === this.$t(`order_write_off`)) {
  809. console.log(`${url}`)
  810. return uni.navigateTo({
  811. url: url
  812. });
  813. // return window.location.href = `${location.origin}${url}`
  814. }
  815. // #endif
  816. // #ifdef MP
  817. if (name && name === this.$t(`contact_customer`)) {
  818. return getCustomer(url)
  819. }
  820. if (url != '#' && url == '/pages/users/user_info/index') {
  821. uni.openSetting({
  822. success: function (res) { }
  823. });
  824. }
  825. // #endif
  826. uni.navigateTo({
  827. url: url,
  828. fail (err) {
  829. uni.switchTab({
  830. url: url
  831. })
  832. }
  833. })
  834. } else {
  835. uni.navigateTo({
  836. url: `/pages/annex/web_view/index?url=${url}`
  837. });
  838. }
  839. } else {
  840. // #ifdef MP
  841. this.openAuto()
  842. // #endif
  843. }
  844. },
  845. goRouter (item) {
  846. var pages = getCurrentPages();
  847. var page = (pages[pages.length - 1]).$page.fullPath;
  848. if (item.link == page) return
  849. uni.switchTab({
  850. url: item.link,
  851. fail (err) {
  852. uni.redirectTo({
  853. url: item.link
  854. })
  855. }
  856. })
  857. },
  858. getCopyRight () {
  859. const copyRight = uni.getStorageSync('copyRight')
  860. if (copyRight.copyrightImage) {
  861. this.copyRightPic = copyRight.copyrightImage
  862. }
  863. }
  864. }
  865. }
  866. </script>
  867. <style lang="scss">
  868. page,
  869. body {
  870. height: 100%;
  871. }
  872. .height {}
  873. .unBg {
  874. background-color: unset !important;
  875. .user-info {
  876. .info {
  877. .name {
  878. color: #333333 !important;
  879. font-weight: 600;
  880. }
  881. .num {
  882. color: #333 !important;
  883. .num-txt {
  884. height: 38rpx;
  885. background-color: rgba(51, 51, 51, 0.13);
  886. padding: 0 12rpx;
  887. border-radius: 16rpx;
  888. }
  889. }
  890. }
  891. }
  892. .num-wrapper {
  893. color: #333 !important;
  894. font-weight: 600;
  895. .num-item {
  896. .txt {
  897. color: rgba(51, 51, 51, 0.7) !important;
  898. }
  899. }
  900. }
  901. .message {
  902. .iconfont {
  903. color: #333 !important;
  904. }
  905. .num {
  906. color: #fff !important;
  907. background-color: var(--view-theme) !important;
  908. }
  909. }
  910. .setting {
  911. .iconfont {
  912. color: #333 !important;
  913. }
  914. }
  915. }
  916. .cardVipB {
  917. background-color: #343A48;
  918. width: 100%;
  919. height: 124rpx;
  920. border-radius: 16rpx 16rpx 0 0;
  921. padding: 22rpx 30rpx 0 30rpx;
  922. margin-top: 16px;
  923. .left-box {
  924. .small {
  925. color: #F8D5A8;
  926. font-size: 28rpx;
  927. margin-left: 18rpx;
  928. }
  929. .pictrue {
  930. width: 40rpx;
  931. height: 45rpx;
  932. image {
  933. width: 100%;
  934. height: 100%;
  935. }
  936. }
  937. }
  938. .btn {
  939. color: #BBBBBB;
  940. font-size: 26rpx;
  941. }
  942. .icon-xiangyou {
  943. margin-top: 6rpx;
  944. }
  945. }
  946. .cardVipA {
  947. position: absolute;
  948. // background: url('~@/static/images/member.png') no-repeat;
  949. background-size: 100% 100%;
  950. width: 750rpx;
  951. height: 84rpx;
  952. bottom: -2rpx;
  953. left: 0;
  954. padding: 0 56rpx 0 135rpx;
  955. .left-box {
  956. font-size: 26rpx;
  957. color: #905100;
  958. font-weight: 400;
  959. }
  960. .btn {
  961. color: #905100;
  962. font-weight: 400;
  963. font-size: 24rpx;
  964. }
  965. .iconfont {
  966. font-size: 20rpx;
  967. margin: 4rpx 0 0 4rpx;
  968. }
  969. }
  970. .new-users {
  971. display: flex;
  972. flex-direction: column;
  973. height: 100%;
  974. .sys-head {
  975. position: relative;
  976. width: 100%;
  977. // background: linear-gradient(90deg, $bg-star1 0%, $bg-end1 100%);
  978. .bg {
  979. position: absolute;
  980. left: 0;
  981. top: 0;
  982. width: 100%;
  983. height: 100%;
  984. background: var(--view-theme);
  985. background-size: 100% auto;
  986. background-position: left bottom;
  987. }
  988. .sys-title {
  989. z-index: 10;
  990. position: relative;
  991. height: 43px;
  992. text-align: left;
  993. line-height: 43px;
  994. font-size: 36rpx;
  995. color: rgba(17, 17, 17, 1);
  996. font-weight: bolder;
  997. padding-left: 36rpx;
  998. }
  999. }
  1000. .head {
  1001. // background: #fff;
  1002. .user-card {
  1003. position: relative;
  1004. width: 100%;
  1005. height: 180rpx;
  1006. margin: 0 auto;
  1007. background-image: linear-gradient(#FDF5F6, #FBF7F7);
  1008. background-size: 100% auto;
  1009. background-color: var(--view-theme);
  1010. .user-info {
  1011. z-index: 20;
  1012. position: relative;
  1013. display: flex;
  1014. .headwear {
  1015. position: absolute;
  1016. right: -4rpx;
  1017. top: -14rpx;
  1018. width: 44rpx;
  1019. height: 44rpx;
  1020. image {
  1021. width: 100%;
  1022. height: 100%;
  1023. }
  1024. }
  1025. .live {
  1026. width: 28rpx;
  1027. height: 28rpx;
  1028. margin-left: 20rpx;
  1029. }
  1030. .bntImg {
  1031. width: 120rpx;
  1032. height: 120rpx;
  1033. border-radius: 50%;
  1034. text-align: center;
  1035. line-height: 120rpx;
  1036. background-color: unset;
  1037. position: relative;
  1038. .avatarName {
  1039. font-size: 16rpx;
  1040. color: #fff;
  1041. text-align: center;
  1042. background-color: rgba(0, 0, 0, 0.6);
  1043. height: 37rpx;
  1044. line-height: 37rpx;
  1045. position: absolute;
  1046. bottom: 0;
  1047. left: 0;
  1048. width: 100%;
  1049. }
  1050. }
  1051. .avatar-box {
  1052. position: relative;
  1053. display: flex;
  1054. align-items: center;
  1055. justify-content: center;
  1056. width: 150rpx;
  1057. height: 150rpx;
  1058. border-radius: 50%;
  1059. &.on {
  1060. .avatar {
  1061. border: 2px solid #FFAC65;
  1062. border-radius: 50%;
  1063. box-sizing: border-box;
  1064. }
  1065. }
  1066. }
  1067. .avatar {
  1068. position: relative;
  1069. width: 150rpx;
  1070. height: 150rpx;
  1071. border-radius: 50%;
  1072. }
  1073. .info {
  1074. max-width: 50%;
  1075. flex: 1;
  1076. display: flex;
  1077. flex-direction: column;
  1078. justify-content: center;
  1079. margin-left: 20rpx;
  1080. padding: 15rpx 0;
  1081. .name {
  1082. display: flex;
  1083. align-items: center;
  1084. font-size: 32rpx;
  1085. margin-top: 30rpx;
  1086. font-weight: bolder;
  1087. color: #333333;
  1088. .vip {
  1089. margin-left: 10rpx;
  1090. image {
  1091. width: 78rpx;
  1092. height: 30rpx;
  1093. display: block;
  1094. }
  1095. }
  1096. }
  1097. .num {
  1098. display: flex;
  1099. align-items: center;
  1100. margin-top: 20rpx;
  1101. font-size: 26rpx;
  1102. color: rgba(255, 255, 255, 0.6);
  1103. image {
  1104. width: 22rpx;
  1105. height: 23rpx;
  1106. margin-left: 20rpx;
  1107. }
  1108. }
  1109. }
  1110. }
  1111. .message {
  1112. align-self: flex-start;
  1113. position: relative;
  1114. display: flex;
  1115. margin-top: 15rpx;
  1116. margin-right: 20rpx;
  1117. .num {
  1118. position: absolute;
  1119. top: -8rpx;
  1120. left: 18rpx;
  1121. padding: 0 6rpx;
  1122. height: 28rpx;
  1123. border-radius: 12rpx;
  1124. background-color: #fff;
  1125. font-size: 18rpx;
  1126. line-height: 28rpx;
  1127. text-align: center;
  1128. color: var(--view-theme);
  1129. }
  1130. .iconfont {
  1131. font-size: 40rpx;
  1132. color: #fff;
  1133. }
  1134. }
  1135. .num-wrapper {
  1136. z-index: 30;
  1137. position: relative;
  1138. display: flex;
  1139. align-items: center;
  1140. justify-content: space-between;
  1141. margin-top: 22rpx;
  1142. // padding: 0 47rpx;
  1143. color: #fff;
  1144. .num-item {
  1145. width: 33.33%;
  1146. text-align: center;
  1147. &~.num-item {
  1148. position: relative;
  1149. &:before {
  1150. content: '';
  1151. position: absolute;
  1152. width: 1rpx;
  1153. height: 28rpx;
  1154. top: 50%;
  1155. margin-top: -14rpx;
  1156. background-color: rgba(255, 255, 255, 0.4);
  1157. left: 0;
  1158. }
  1159. }
  1160. .num {
  1161. font-size: 42rpx;
  1162. font-weight: bold;
  1163. }
  1164. .txt {
  1165. margin-top: 8rpx;
  1166. font-size: 26rpx;
  1167. color: rgba(255, 255, 255, 0.6);
  1168. }
  1169. }
  1170. }
  1171. .sign {
  1172. z-index: 200;
  1173. position: absolute;
  1174. right: -12rpx;
  1175. top: 80rpx;
  1176. display: flex;
  1177. align-items: center;
  1178. justify-content: center;
  1179. width: 120rpx;
  1180. height: 60rpx;
  1181. background: linear-gradient(90deg, rgba(255, 225, 87, 1) 0%, rgba(238, 193, 15, 1) 100%);
  1182. border-radius: 29rpx 4rpx 4rpx 29rpx;
  1183. color: #282828;
  1184. font-size: 28rpx;
  1185. font-weight: bold;
  1186. }
  1187. }
  1188. .group-buying-data2 {
  1189. position: relative;
  1190. width: 100%;
  1191. height: 140rpx;
  1192. padding: 40rpx;
  1193. margin: 0 auto;
  1194. background-image: url('http://www.gzzzyd.com/groupon/regiment/提货管理@2x.png');
  1195. background-size: 100% auto;
  1196. background-color: var(--view-theme);
  1197. .group-title-2 {
  1198. display: flex;
  1199. justify-content: space-between;
  1200. font-size: 32rpx;
  1201. font-weight: 500;
  1202. color: #B22338;
  1203. line-height: 44rpx;
  1204. height: 44rpx;
  1205. }
  1206. }
  1207. .group-buying-data {
  1208. position: relative;
  1209. width: 100%;
  1210. height: 240rpx;
  1211. padding: 40rpx;
  1212. margin: 0 auto;
  1213. background-image: url('http://www.gzzzyd.com/groupon/regiment/提货管理@2x.png');
  1214. background-size: 100% auto;
  1215. background-color: var(--view-theme);
  1216. .group-title {
  1217. font-size: 32rpx;
  1218. font-weight: 500;
  1219. color: #B22338;
  1220. line-height: 44rpx;
  1221. height: 44rpx;
  1222. }
  1223. .group-content {
  1224. display: flex;
  1225. .group-content-l {
  1226. text-align: center;
  1227. flex: 1;
  1228. border-color: #333333;
  1229. border-right: 1px solid dashed;
  1230. }
  1231. .group-content-r {
  1232. text-align: center;
  1233. flex: 1
  1234. }
  1235. .content-num {
  1236. margin-top: 20rpx;
  1237. height: 48rpx;
  1238. font-size: 40rpx;
  1239. font-weight: bold;
  1240. color: #B22338;
  1241. line-height: 48rpx;
  1242. }
  1243. .content-info {
  1244. margin-top: 20rpx;
  1245. text-align: center;
  1246. width: 100%;
  1247. height: 36rpx;
  1248. font-size: 24rpx;
  1249. font-weight: 400;
  1250. color: #CF7986;
  1251. line-height: 36rpx;
  1252. }
  1253. }
  1254. }
  1255. .order-wrapper {
  1256. margin-top: 30rpx;
  1257. background: #fff;
  1258. border-radius: 16rpx;
  1259. position: relative;
  1260. .order-hd {
  1261. justify-content: space-between;
  1262. padding: 30rpx 20rpx 10rpx 30rpx;
  1263. margin-top: 25rpx;
  1264. font-size: 30rpx;
  1265. color: #282828;
  1266. .left {
  1267. font-weight: bold;
  1268. }
  1269. .right {
  1270. display: flex;
  1271. align-items: center;
  1272. color: #666666;
  1273. font-size: 26rpx;
  1274. .icon-xiangyou {
  1275. margin-left: 5rpx;
  1276. font-size: 26rpx;
  1277. }
  1278. }
  1279. }
  1280. .order-bd {
  1281. display: flex;
  1282. padding: 0 0;
  1283. .order-item {
  1284. display: flex;
  1285. flex-direction: column;
  1286. justify-content: center;
  1287. align-items: center;
  1288. flex: 1;
  1289. height: 140rpx;
  1290. .pic {
  1291. position: relative;
  1292. text-align: center;
  1293. .iconfont {
  1294. font-size: 48rpx;
  1295. color: var(--view-theme);
  1296. }
  1297. image {
  1298. width: 70rpx;
  1299. height: 70rpx;
  1300. }
  1301. }
  1302. .txt {
  1303. margin-top: 6rpx;
  1304. font-size: 26rpx;
  1305. color: #333;
  1306. }
  1307. }
  1308. }
  1309. }
  1310. }
  1311. .slider-wrapper {
  1312. margin: 20rpx 30rpx;
  1313. height: 130rpx;
  1314. swiper,
  1315. swiper-item {
  1316. height: 100%;
  1317. }
  1318. image {
  1319. width: 100%;
  1320. height: 130rpx;
  1321. border-radius: 16rpx;
  1322. }
  1323. }
  1324. .user-menus {
  1325. background-color: #fff;
  1326. margin: 0 30rpx;
  1327. border-radius: 16rpx;
  1328. .menu-title {
  1329. padding: 30rpx 30rpx 40rpx;
  1330. font-size: 30rpx;
  1331. color: #282828;
  1332. font-weight: bold;
  1333. }
  1334. .list-box {
  1335. display: flex;
  1336. flex-wrap: wrap;
  1337. padding: 0;
  1338. }
  1339. .item {
  1340. position: relative;
  1341. display: flex;
  1342. align-items: center;
  1343. justify-content: space-between;
  1344. flex-direction: column;
  1345. width: 32%;
  1346. margin-bottom: 47rpx;
  1347. font-size: 26rpx;
  1348. color: #333333;
  1349. image {
  1350. width: 52rpx;
  1351. height: 52rpx;
  1352. margin-bottom: 18rpx;
  1353. }
  1354. &:last-child::before {
  1355. display: none;
  1356. }
  1357. }
  1358. button {
  1359. font-size: 28rpx;
  1360. }
  1361. }
  1362. .phone {
  1363. color: #fff;
  1364. background-color: #CCC;
  1365. border-radius: 15px;
  1366. width: max-content;
  1367. padding: 0 10px;
  1368. }
  1369. .order-status-num {
  1370. min-width: 12rpx;
  1371. background-color: #fff;
  1372. color: var(--view-theme);
  1373. border-radius: 15px;
  1374. position: absolute;
  1375. right: -14rpx;
  1376. top: -15rpx;
  1377. font-size: 20rpx;
  1378. padding: 0 8rpx;
  1379. border: 1px solid var(--view-theme);
  1380. }
  1381. .support {
  1382. width: 219rpx;
  1383. height: 74rpx;
  1384. margin: 54rpx auto;
  1385. display: block;
  1386. }
  1387. }
  1388. .card-vip {
  1389. display: flex;
  1390. align-items: center;
  1391. justify-content: space-between;
  1392. position: relative;
  1393. width: 690rpx;
  1394. height: 134rpx;
  1395. margin: -72rpx auto 0;
  1396. // background: url('~@/static/images/user_vip.png');
  1397. background-size: cover;
  1398. padding-left: 118rpx;
  1399. padding-right: 34rpx;
  1400. .left-box {
  1401. font-size: 24rpx;
  1402. color: #AE5A2A;
  1403. .big {
  1404. font-size: 28rpx;
  1405. }
  1406. .small {
  1407. opacity: 0.8;
  1408. margin-top: 10rpx;
  1409. }
  1410. }
  1411. .btn {
  1412. height: 52rpx;
  1413. line-height: 52rpx;
  1414. padding: 0 10rpx;
  1415. text-align: center;
  1416. background: #fff;
  1417. border-radius: 28rpx;
  1418. font-size: 26rpx;
  1419. color: #AE5A2A;
  1420. }
  1421. }
  1422. .setting {
  1423. margin-top: 15rpx;
  1424. margin-left: 15rpx;
  1425. color: #fff;
  1426. .iconfont {
  1427. font-size: 40rpx;
  1428. }
  1429. }
  1430. .page-footer {
  1431. position: fixed;
  1432. bottom: 0;
  1433. z-index: 30;
  1434. display: flex;
  1435. align-items: center;
  1436. justify-content: space-around;
  1437. width: 100%;
  1438. height: calc(98rpx+ constant(safe-area-inset-bottom)); ///兼容 IOS<11.2/
  1439. height: calc(98rpx + env(safe-area-inset-bottom)); ///兼容 IOS>11.2/
  1440. box-sizing: border-box;
  1441. border-top: solid 1rpx #F3F3F3;
  1442. background-color: #fff;
  1443. box-shadow: 0px 0px 17rpx 1rpx rgba(206, 206, 206, 0.32);
  1444. padding-bottom: constant(safe-area-inset-bottom); ///兼容 IOS<11.2/
  1445. padding-bottom: env(safe-area-inset-bottom); ///兼容 IOS>11.2/
  1446. .foot-item {
  1447. display: flex;
  1448. width: max-content;
  1449. align-items: center;
  1450. justify-content: center;
  1451. flex-direction: column;
  1452. position: relative;
  1453. .count-num {
  1454. position: absolute;
  1455. display: flex;
  1456. justify-content: center;
  1457. align-items: center;
  1458. width: 40rpx;
  1459. height: 40rpx;
  1460. top: 0rpx;
  1461. right: -15rpx;
  1462. color: #fff;
  1463. font-size: 20rpx;
  1464. background-color: #FD502F;
  1465. border-radius: 50%;
  1466. padding: 4rpx;
  1467. }
  1468. }
  1469. .foot-item image {
  1470. height: 50rpx;
  1471. width: 50rpx;
  1472. text-align: center;
  1473. margin: 0 auto;
  1474. }
  1475. .foot-item .txt {
  1476. font-size: 24rpx;
  1477. &.active {}
  1478. }
  1479. }
  1480. .new-users {
  1481. padding-bottom: 0;
  1482. padding-bottom: constant(safe-area-inset-bottom);
  1483. padding-bottom: env(safe-area-inset-bottom);
  1484. }
  1485. .group-buying-btn {
  1486. margin-top: 20rpx;
  1487. display: flex;
  1488. width: 100%;
  1489. height: 110rpx;
  1490. .image-text_21 {
  1491. flex: 1;
  1492. image {
  1493. width: 100%;
  1494. height: 100%;
  1495. }
  1496. }
  1497. }
  1498. .icon_1 {
  1499. width: 14px;
  1500. height: 14px;
  1501. margin: 3px 0 3px 0;
  1502. }
  1503. .text-group_1 {
  1504. overflow-wrap: break-word;
  1505. color: rgba(178, 35, 56, 1);
  1506. font-size: 14px;
  1507. font-family: PingFangSC-Semibold;
  1508. font-weight: 600;
  1509. text-align: left;
  1510. white-space: nowrap;
  1511. line-height: 20px;
  1512. }
  1513. .image-text_22 {
  1514. width: 78px;
  1515. }
  1516. .icon_10 {
  1517. width: 14px;
  1518. height: 14px;
  1519. margin: 3px 0 3px 0;
  1520. }
  1521. .text-group_8 {
  1522. overflow-wrap: break-word;
  1523. color: rgba(178, 35, 56, 1);
  1524. font-size: 14px;
  1525. font-family: PingFangSC-Semibold;
  1526. font-weight: 600;
  1527. text-align: left;
  1528. white-space: nowrap;
  1529. line-height: 20px;
  1530. }
  1531. .leader {
  1532. width: 96rpx;
  1533. height: 40rpx;
  1534. background: #F1F8E5;
  1535. color: #75BE00;
  1536. border-radius: 22rpx;
  1537. text-align: center;
  1538. border: 2rpx solid #75BE00;
  1539. }
  1540. .employees {
  1541. width: 96rpx;
  1542. height: 40rpx;
  1543. background: rgb(247, 233, 235);
  1544. border-radius: 22rpx;
  1545. color: rgb(174, 33, 56);
  1546. text-align: center;
  1547. border: 2rpx solid rgb(174, 33, 56);
  1548. }
  1549. .tool_list,
  1550. .footer {
  1551. background: #fff;
  1552. border-radius: 16rpx;
  1553. margin-top: 20rpx;
  1554. }
  1555. .footer {
  1556. height: 100rpx;
  1557. button {
  1558. height: 100%;
  1559. font-size: 28rpx;
  1560. font-weight: 400;
  1561. color: #999999;
  1562. line-height: 100rpx;
  1563. }
  1564. }
  1565. /deep/ .tool_list .u-line,
  1566. .my_order .u-line {
  1567. display: none !important;
  1568. }
  1569. .u-slot-title {
  1570. line-height: 60rpx;
  1571. font-size: 28rpx;
  1572. font-weight: 400;
  1573. color: #333333;
  1574. text {
  1575. vertical-align: text-bottom;
  1576. }
  1577. image {
  1578. margin-right: 20rpx;
  1579. transform: translateY(10rpx);
  1580. width: 60rpx;
  1581. height: 60rpx;
  1582. }
  1583. }
  1584. </style>