index.vue 38 KB

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