index.vue 39 KB

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