|
@@ -1,13 +1,9 @@
|
|
|
<template>
|
|
|
<view class="container">
|
|
|
<view class="vheigh"></view>
|
|
|
- <view class="top-image">
|
|
|
- <image src="../../static/user/user-top.png" mode=""></image>
|
|
|
- </view>
|
|
|
+ <view class="top-image"><image src="../../static/user/user-top.png" mode=""></image></view>
|
|
|
<view class="user-set flex">
|
|
|
- <view class="set-logo" @click="navTo('/pages/set/userinfo')">
|
|
|
- <!-- <image src="../../static/user/user1.png" mode=""></image> -->
|
|
|
- </view>
|
|
|
+ <view class="set-logo" @click="navTo('/pages/set/userinfo')"><!-- <image src="../../static/user/user1.png" mode=""></image> --></view>
|
|
|
</view>
|
|
|
<view class="user-wrap">
|
|
|
<view class="info-left flex">
|
|
@@ -22,50 +18,42 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="kpi" v-if="userInfo.level > 1">
|
|
|
- <image src="../../static/icon/u-v.png" mode="widthFix"></image>会员VIP
|
|
|
+ <image src="../../static/icon/u-v.png" mode="widthFix"></image>
|
|
|
+ 会员VIP
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="main-box">
|
|
|
<view class="main flex">
|
|
|
<view class="item" @click="navTo('/pages/money/wallet')">
|
|
|
- <view class="item-num">{{ userInfo.sp_final || 0}}</view>
|
|
|
+ <view class="item-num">{{ userInfo.sp_final || 0 }}</view>
|
|
|
<view class="item-font">我的钱包</view>
|
|
|
</view>
|
|
|
<view class="" style="width: 1rpx;height: 100rpx;background: #EEEEEE;"></view>
|
|
|
<view class="item" @click="navTo('/pages/user/award')">
|
|
|
- <view class="item-num">{{userInfo.top_ticket || 0}}</view>
|
|
|
+ <view class="item-num">{{ userInfo.top_ticket || 0 }}</view>
|
|
|
<view class="item-font">我的佣金</view>
|
|
|
</view>
|
|
|
<view class="" style="width: 1rpx;height: 100rpx;background: #EEEEEE;"></view>
|
|
|
<view class="item" @click="navTo('/pages/user/team')">
|
|
|
- <view class="item-num">{{userInfo.aid_val || 0}}</view>
|
|
|
+ <view class="item-num">{{ userInfo.aid_val || 0 }}</view>
|
|
|
<view class="item-font">我的推广</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="shenqing" @click="shareLL">
|
|
|
- <image src="../../static/user/shenqing.png" mode="heightFix"></image>
|
|
|
- </view>
|
|
|
+ <!-- <view class="shenqing" @click="shareLL"><image src="../../static/user/shenqing.png" mode="heightFix"></image></view> -->
|
|
|
</view>
|
|
|
|
|
|
<uni-list class="tool-list">
|
|
|
- <!-- <uni-list-item title="卷码核销" @click="navTo('/pages/user/shareQrCode')" thumb="/static/user/user1.png">
|
|
|
- </uni-list-item>
|
|
|
- <uni-list-item title="核销历史" @click="navTo('/pages/user/hxjl')" thumb="/static/user/user2.png">
|
|
|
- </uni-list-item> -->
|
|
|
- <uni-list-item title="邀请有礼" @click="navTo('/pages/user/shareQrCode')" thumb="/static/user/user3.png">
|
|
|
- </uni-list-item>
|
|
|
- <uni-list-item title="我的收藏" @click="navTo('/pages/user/favorites')" thumb="/static/user/user4.png">
|
|
|
- </uni-list-item>
|
|
|
+ <uni-list-item v-if="userInfo.clerk_type == 1" title="券码核销" @click="shao()" thumb="/static/user/user1.png"></uni-list-item>
|
|
|
+ <uni-list-item v-if="userInfo.clerk_type == 1" title="核销历史" @click="navTo('/pages/user/hxjl')" thumb="/static/user/user2.png"></uni-list-item>
|
|
|
+ <uni-list-item title="邀请有礼" @click="navTo('/pages/user/shareQrCode')" thumb="/static/user/user3.png"></uni-list-item>
|
|
|
+ <uni-list-item title="我的收藏" @click="navTo('/pages/user/favorites')" thumb="/static/user/user4.png"></uni-list-item>
|
|
|
<uni-list-item title="客服中心" @click="openKf()" thumb="/static/user/user5.png"></uni-list-item>
|
|
|
- <uni-list-item title="设置" @click="navTo('/pages/set/userinfo')" thumb="/static/user/user6.png">
|
|
|
- </uni-list-item>
|
|
|
+ <uni-list-item title="设置" @click="navTo('/pages/set/userinfo')" thumb="/static/user/user6.png"></uni-list-item>
|
|
|
</uni-list>
|
|
|
<uni-popup ref="popupkf" type="center">
|
|
|
<view class="popup-box">
|
|
|
- <view class="img">
|
|
|
- <image src="../../static/img/img009.png" mode=""></image>
|
|
|
- </view>
|
|
|
+ <view class="img"><image src="../../static/img/img009.png" mode=""></image></view>
|
|
|
<view class="mian">
|
|
|
<view class="delivery">
|
|
|
<view class="title">已经为您定制专属客服</view>
|
|
@@ -79,677 +67,787 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
</uni-popup>
|
|
|
+ <uni-popup ref="popuphx" class="agree-wrapper">
|
|
|
+ <view class="hx-wrapper">
|
|
|
+ <view class="hx-img"><image src="../../static/img/hxbg.png" mode=""></image></view>
|
|
|
+ <view class="hx-body">
|
|
|
+ <view class="hx-title">输入核销码核销</view>
|
|
|
+ <input type="text" v-model="code" placeholder="请输入核销码" placeholder-class="hx-placeholder" />
|
|
|
+ <view class="hx-btn" @click="qhx">立即核销</view>
|
|
|
+ </view>
|
|
|
+ <view class="hx-close" @click="close"><image src="../../static/icon/close.png" mode=""></image></view>
|
|
|
+ </view>
|
|
|
+ </uni-popup>
|
|
|
</view>
|
|
|
</template>
|
|
|
<script>
|
|
|
- import {
|
|
|
- tabbar1
|
|
|
- } from '@/utils/tabbar.js';
|
|
|
- import {
|
|
|
- mapState,
|
|
|
- mapMutations
|
|
|
- } from 'vuex';
|
|
|
- import uniList from '@/components/uni-list/uni-list.vue';
|
|
|
- import uniListItem from '@/components/uni-list-item/uni-list-item.vue';
|
|
|
- import {
|
|
|
- orderData,
|
|
|
- getUserInfo
|
|
|
- } from '@/api/user.js';
|
|
|
- import {
|
|
|
- saveUrl,
|
|
|
- interceptor
|
|
|
- } from '@/utils/loginUtils.js';
|
|
|
- let startY = 0,
|
|
|
- moveY = 0,
|
|
|
- pageAtTop = true;
|
|
|
- export default {
|
|
|
- components: {
|
|
|
- uniList,
|
|
|
- uniListItem
|
|
|
- },
|
|
|
- data() {
|
|
|
- return {
|
|
|
- current: 4,
|
|
|
- tabbar: tabbar1,
|
|
|
- qded: false, //是否已签到
|
|
|
- text: '', //客服微信
|
|
|
- today_integral: '', //签到获得的数值
|
|
|
- today_type: '', //签到获得的数值单位
|
|
|
- tom_integral: '', //明天签到获得的数值
|
|
|
- tom_type: '', //签到获得的数值单位
|
|
|
- userDowm: 0, //卡片升级专属高度
|
|
|
- userMaxDowm: 0, //卡片最高高度
|
|
|
- toolList: [{
|
|
|
- id: 't1',
|
|
|
- name: '新人通道',
|
|
|
- width: '56rpx',
|
|
|
- heigt: '54rpx',
|
|
|
- img: '../../static/icon/tool-1.png',
|
|
|
- path: '/pages/user/xrtd'
|
|
|
- },
|
|
|
- {
|
|
|
- id: 't2',
|
|
|
- name: '邀请好友',
|
|
|
- width: '56rpx',
|
|
|
- heigt: '57rpx',
|
|
|
- img: '../../static/icon/tool-2.png',
|
|
|
- path: '/pages/user/shareQrCode'
|
|
|
- },
|
|
|
- {
|
|
|
- id: 't3',
|
|
|
- name: '我的粉丝',
|
|
|
- width: '68rpx',
|
|
|
- heigt: '53rpx',
|
|
|
- img: '../../static/icon/tool-3.png',
|
|
|
- path: '/pages/user/myfans'
|
|
|
- },
|
|
|
- {
|
|
|
- id: 't4',
|
|
|
- name: '我的订单',
|
|
|
- width: '55rpx',
|
|
|
- heigt: '54rpx',
|
|
|
- img: '../../static/icon/tool-4.png',
|
|
|
- path: '/pages/order/order'
|
|
|
- },
|
|
|
- {
|
|
|
- id: 't5',
|
|
|
- name: '我的商品',
|
|
|
- width: '50rpx',
|
|
|
- heigt: '58rpx',
|
|
|
- img: '../../static/icon/tool-5.png',
|
|
|
- path: '/pages/order/order'
|
|
|
- },
|
|
|
- {
|
|
|
- id: 't6',
|
|
|
- name: '馆长申请',
|
|
|
- width: '59rpx',
|
|
|
- heigt: '56rpx',
|
|
|
- img: '../../static/icon/tool-6.png',
|
|
|
- path: '/pages/user/gzsq'
|
|
|
- }
|
|
|
- ]
|
|
|
- };
|
|
|
- },
|
|
|
- onShow() {
|
|
|
- // 判断是否已经登录
|
|
|
- if (this.hasLogin) {
|
|
|
- this.loadBaseData();
|
|
|
- }
|
|
|
+import { tabbar1 } from '@/utils/tabbar.js';
|
|
|
+import { mapState, mapMutations } from 'vuex';
|
|
|
+import uniList from '@/components/uni-list/uni-list.vue';
|
|
|
+import uniListItem from '@/components/uni-list-item/uni-list-item.vue';
|
|
|
+import { orderData, getUserInfo, coupon_verific } from '@/api/user.js';
|
|
|
+import { saveUrl, interceptor } from '@/utils/loginUtils.js';
|
|
|
+let startY = 0,
|
|
|
+ moveY = 0,
|
|
|
+ pageAtTop = true;
|
|
|
+export default {
|
|
|
+ components: {
|
|
|
+ uniList,
|
|
|
+ uniListItem
|
|
|
+ },
|
|
|
+ data() {
|
|
|
+ return {
|
|
|
+ code: '',
|
|
|
+ current: 4,
|
|
|
+ tabbar: tabbar1,
|
|
|
+ qded: false, //是否已签到
|
|
|
+ text: '', //客服微信
|
|
|
+ today_integral: '', //签到获得的数值
|
|
|
+ today_type: '', //签到获得的数值单位
|
|
|
+ tom_integral: '', //明天签到获得的数值
|
|
|
+ tom_type: '', //签到获得的数值单位
|
|
|
+ userDowm: 0, //卡片升级专属高度
|
|
|
+ userMaxDowm: 0, //卡片最高高度
|
|
|
+ toolList: [
|
|
|
+ {
|
|
|
+ id: 't1',
|
|
|
+ name: '新人通道',
|
|
|
+ width: '56rpx',
|
|
|
+ heigt: '54rpx',
|
|
|
+ img: '../../static/icon/tool-1.png',
|
|
|
+ path: '/pages/user/xrtd'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: 't2',
|
|
|
+ name: '邀请好友',
|
|
|
+ width: '56rpx',
|
|
|
+ heigt: '57rpx',
|
|
|
+ img: '../../static/icon/tool-2.png',
|
|
|
+ path: '/pages/user/shareQrCode'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: 't3',
|
|
|
+ name: '我的粉丝',
|
|
|
+ width: '68rpx',
|
|
|
+ heigt: '53rpx',
|
|
|
+ img: '../../static/icon/tool-3.png',
|
|
|
+ path: '/pages/user/myfans'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: 't4',
|
|
|
+ name: '我的订单',
|
|
|
+ width: '55rpx',
|
|
|
+ heigt: '54rpx',
|
|
|
+ img: '../../static/icon/tool-4.png',
|
|
|
+ path: '/pages/order/order'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: 't5',
|
|
|
+ name: '我的商品',
|
|
|
+ width: '50rpx',
|
|
|
+ heigt: '58rpx',
|
|
|
+ img: '../../static/icon/tool-5.png',
|
|
|
+ path: '/pages/order/order'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: 't6',
|
|
|
+ name: '馆长申请',
|
|
|
+ width: '59rpx',
|
|
|
+ heigt: '56rpx',
|
|
|
+ img: '../../static/icon/tool-6.png',
|
|
|
+ path: '/pages/user/gzsq'
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ };
|
|
|
+ },
|
|
|
+ onShow() {
|
|
|
+ // 判断是否已经登录
|
|
|
+ if (this.hasLogin) {
|
|
|
this.loadBaseData();
|
|
|
+ }
|
|
|
+ this.loadBaseData();
|
|
|
+ },
|
|
|
+ onReady() {
|
|
|
+ // 初始化获取页面宽度
|
|
|
+ uni.createSelectorQuery()
|
|
|
+ .select('.container')
|
|
|
+ .fields(
|
|
|
+ {
|
|
|
+ size: true
|
|
|
+ },
|
|
|
+ data => {
|
|
|
+ // 计算最多下拉的高度
|
|
|
+ this.userDowm = Math.floor((data.width / 750) * 185);
|
|
|
+ // 计算最大触发修改高度事件
|
|
|
+ this.userMaxDowm = Math.floor((data.width / 750) * 250);
|
|
|
+ }
|
|
|
+ )
|
|
|
+ .exec();
|
|
|
+ },
|
|
|
+ // #ifndef MP
|
|
|
+ // onNavigationBarButtonTap(e) {
|
|
|
+ // const index = e.index;
|
|
|
+ // if (index === 0) {
|
|
|
+ // this.navTo('/pages/set/set');
|
|
|
+ // } else if (index === 1) {
|
|
|
+ // // #ifdef APP-PLUS
|
|
|
+ // const pages = getCurrentPages();
|
|
|
+ // const page = pages[pages.length - 1];
|
|
|
+ // const currentWebview = page.$getAppWebview();
|
|
|
+ // currentWebview.hideTitleNViewButtonRedDot({
|
|
|
+ // index
|
|
|
+ // });
|
|
|
+ // // #endif
|
|
|
+ // uni.navigateTo({
|
|
|
+ // url: '/pages/user/notice'
|
|
|
+ // });
|
|
|
+ // }
|
|
|
+ // },
|
|
|
+ // #endif
|
|
|
+ computed: {
|
|
|
+ ...mapState('user', ['userInfo', 'orderInfo', 'hasLogin'])
|
|
|
+ },
|
|
|
+ methods: {
|
|
|
+ ...mapMutations('user', ['setUserInfo', 'setOrderInfo']),
|
|
|
+ shareLL() {
|
|
|
+ this.$api.msg('功能建设中,敬请期待');
|
|
|
},
|
|
|
- onReady() {
|
|
|
- // 初始化获取页面宽度
|
|
|
- uni.createSelectorQuery()
|
|
|
- .select('.container')
|
|
|
- .fields({
|
|
|
- size: true
|
|
|
- },
|
|
|
- data => {
|
|
|
- // 计算最多下拉的高度
|
|
|
- this.userDowm = Math.floor((data.width / 750) * 185);
|
|
|
- // 计算最大触发修改高度事件
|
|
|
- this.userMaxDowm = Math.floor((data.width / 750) * 250);
|
|
|
- }
|
|
|
- )
|
|
|
- .exec();
|
|
|
- },
|
|
|
- // #ifndef MP
|
|
|
- // onNavigationBarButtonTap(e) {
|
|
|
- // const index = e.index;
|
|
|
- // if (index === 0) {
|
|
|
- // this.navTo('/pages/set/set');
|
|
|
- // } else if (index === 1) {
|
|
|
- // // #ifdef APP-PLUS
|
|
|
- // const pages = getCurrentPages();
|
|
|
- // const page = pages[pages.length - 1];
|
|
|
- // const currentWebview = page.$getAppWebview();
|
|
|
- // currentWebview.hideTitleNViewButtonRedDot({
|
|
|
- // index
|
|
|
- // });
|
|
|
- // // #endif
|
|
|
- // uni.navigateTo({
|
|
|
- // url: '/pages/user/notice'
|
|
|
- // });
|
|
|
- // }
|
|
|
- // },
|
|
|
- // #endif
|
|
|
- computed: {
|
|
|
- ...mapState('user', ['userInfo', 'orderInfo', 'hasLogin'])
|
|
|
+ comfirm(text) {
|
|
|
+ console.log(text);
|
|
|
+ const result = this.uniCopy(text);
|
|
|
+ if (result === false) {
|
|
|
+ uni.showToast({
|
|
|
+ title: '不支持'
|
|
|
+ });
|
|
|
+ } else {
|
|
|
+ uni.showToast({
|
|
|
+ title: '复制成功',
|
|
|
+ icon: 'none'
|
|
|
+ });
|
|
|
+ }
|
|
|
+ this.$refs.popupkf.close();
|
|
|
},
|
|
|
- methods: {
|
|
|
- ...mapMutations('user', ['setUserInfo', 'setOrderInfo']),
|
|
|
- shareLL() {
|
|
|
- this.$api.msg('功能建设中,敬请期待')
|
|
|
- },
|
|
|
- comfirm(text) {
|
|
|
- console.log(text);
|
|
|
- const result = this.uniCopy(text);
|
|
|
- if (result === false) {
|
|
|
- uni.showToast({
|
|
|
- title: '不支持'
|
|
|
- });
|
|
|
- } else {
|
|
|
- uni.showToast({
|
|
|
- title: '复制成功',
|
|
|
- icon: 'none'
|
|
|
- });
|
|
|
+ shao() {
|
|
|
+ let obj = this;
|
|
|
+ // #ifndef H5
|
|
|
+ uni.scanCode({
|
|
|
+ success(e) {
|
|
|
+ obj.code = e.result;
|
|
|
+ obj.$refs.popuphx.open();
|
|
|
}
|
|
|
- this.$refs.popupkf.close();
|
|
|
- },
|
|
|
- uniCopy(content) {
|
|
|
- /**
|
|
|
- * 小程序端 和 app端的复制逻辑
|
|
|
- */
|
|
|
- //#ifndef H5
|
|
|
- uni.setClipboardData({
|
|
|
- data: content,
|
|
|
- success: function() {
|
|
|
- console.log('success');
|
|
|
- return true;
|
|
|
- }
|
|
|
- });
|
|
|
- //#endif
|
|
|
-
|
|
|
- /**
|
|
|
- * H5端的复制逻辑
|
|
|
- */
|
|
|
- // #ifdef H5
|
|
|
- if (!document.queryCommandSupported('copy')) {
|
|
|
- //为了兼容有些浏览器 queryCommandSupported 的判断
|
|
|
- // 不支持
|
|
|
- return false;
|
|
|
+ });
|
|
|
+ // #endif
|
|
|
+ // #ifdef H5
|
|
|
+ this.weichatObj.scanQRCode({
|
|
|
+ needResult: 1, // 默认为0,扫描结果由微信处理,1则直接返回扫描结果,
|
|
|
+ scanType: ['qrCode', 'barCode'], // 可以指定扫二维码还是一维码,默认二者都有
|
|
|
+ success: function(res) {
|
|
|
+ obj.code = res.resultStr; // 当needResult 为 1 时,扫码返回的结果
|
|
|
+ obj.$refs.popuphx.open();
|
|
|
}
|
|
|
- let textarea = document.createElement('textarea');
|
|
|
- textarea.value = content;
|
|
|
- textarea.readOnly = 'readOnly';
|
|
|
- document.body.appendChild(textarea);
|
|
|
- textarea.select(); // 选择对象
|
|
|
- textarea.setSelectionRange(0, content.length); //核心
|
|
|
- let result = document.execCommand('copy'); // 执行浏览器复制命令
|
|
|
- textarea.remove();
|
|
|
- return result;
|
|
|
- // #endif
|
|
|
- },
|
|
|
- // 加载初始数据
|
|
|
- loadBaseData() {
|
|
|
- getUserInfo({})
|
|
|
- .then(({
|
|
|
- data
|
|
|
- }) => {
|
|
|
- this.setUserInfo(data);
|
|
|
- // 获取用户数据完毕后在获取订单数据防止多次跳转到登录页
|
|
|
- orderData({})
|
|
|
- .then(({
|
|
|
- data
|
|
|
- }) => {
|
|
|
- this.setOrderInfo(data);
|
|
|
- })
|
|
|
- .catch(e => {
|
|
|
- this.setOrderInfo({
|
|
|
- complete_count: 0, //完成
|
|
|
- received_count: 0, //待收货
|
|
|
- unshipped_count: 0, //待发货
|
|
|
- order_count: 0, //订单总数
|
|
|
- unpaid_count: 0 //待付款
|
|
|
- });
|
|
|
- });
|
|
|
- })
|
|
|
- .catch(e => {
|
|
|
- console.log(e);
|
|
|
- });
|
|
|
- },
|
|
|
+ });
|
|
|
+ // #endif
|
|
|
+ },
|
|
|
+ qhx() {
|
|
|
+ coupon_verific({
|
|
|
+ verify_code: this.code
|
|
|
+ })
|
|
|
+ .then(e => {
|
|
|
+ this.$api.msg('核销成功');
|
|
|
+ console.log(e);
|
|
|
+ })
|
|
|
+ .catch(e => {
|
|
|
+ console.log(e);
|
|
|
+ });
|
|
|
+ },
|
|
|
+ close() {
|
|
|
+ this.$refs.popuphx.close();
|
|
|
+ this.code = '';
|
|
|
+ },
|
|
|
+ uniCopy(content) {
|
|
|
/**
|
|
|
- * 统一跳转接口,拦截未登录路由
|
|
|
- * navigator标签现在默认没有转场动画,所以用view
|
|
|
+ * 小程序端 和 app端的复制逻辑
|
|
|
*/
|
|
|
- navTo(url) {
|
|
|
- console.log(url);
|
|
|
- if (!this.hasLogin) {
|
|
|
- // 保存地址
|
|
|
- saveUrl();
|
|
|
- // 登录拦截
|
|
|
- interceptor();
|
|
|
- } else {
|
|
|
- uni.navigateTo({
|
|
|
- url
|
|
|
- });
|
|
|
+ //#ifndef H5
|
|
|
+ uni.setClipboardData({
|
|
|
+ data: content,
|
|
|
+ success: function() {
|
|
|
+ console.log('success');
|
|
|
+ return true;
|
|
|
}
|
|
|
+ });
|
|
|
+ //#endif
|
|
|
|
|
|
- // uni.navigateTo({
|
|
|
- // url
|
|
|
- // });
|
|
|
- },
|
|
|
- useTool(e) {
|
|
|
- this.navTo(e.path);
|
|
|
- },
|
|
|
- // 签到弹窗
|
|
|
- goQd() {
|
|
|
- this.$refs.popupqd.open();
|
|
|
- this.qded = true;
|
|
|
- },
|
|
|
- // 关闭签到弹窗
|
|
|
- closeQd() {
|
|
|
- this.$refs.popupqd.close();
|
|
|
- },
|
|
|
- // 打开客服
|
|
|
- openKf() {
|
|
|
- this.$refs.popupkf.open();
|
|
|
- },
|
|
|
- // 关闭客服
|
|
|
- cancel() {
|
|
|
- this.$refs.popupkf.close();
|
|
|
+ /**
|
|
|
+ * H5端的复制逻辑
|
|
|
+ */
|
|
|
+ // #ifdef H5
|
|
|
+ if (!document.queryCommandSupported('copy')) {
|
|
|
+ //为了兼容有些浏览器 queryCommandSupported 的判断
|
|
|
+ // 不支持
|
|
|
+ return false;
|
|
|
}
|
|
|
+ let textarea = document.createElement('textarea');
|
|
|
+ textarea.value = content;
|
|
|
+ textarea.readOnly = 'readOnly';
|
|
|
+ document.body.appendChild(textarea);
|
|
|
+ textarea.select(); // 选择对象
|
|
|
+ textarea.setSelectionRange(0, content.length); //核心
|
|
|
+ let result = document.execCommand('copy'); // 执行浏览器复制命令
|
|
|
+ textarea.remove();
|
|
|
+ return result;
|
|
|
+ // #endif
|
|
|
+ },
|
|
|
+ // 加载初始数据
|
|
|
+ loadBaseData() {
|
|
|
+ getUserInfo({})
|
|
|
+ .then(({ data }) => {
|
|
|
+ this.setUserInfo(data);
|
|
|
+ // 获取用户数据完毕后在获取订单数据防止多次跳转到登录页
|
|
|
+ orderData({})
|
|
|
+ .then(({ data }) => {
|
|
|
+ this.setOrderInfo(data);
|
|
|
+ })
|
|
|
+ .catch(e => {
|
|
|
+ this.setOrderInfo({
|
|
|
+ complete_count: 0, //完成
|
|
|
+ received_count: 0, //待收货
|
|
|
+ unshipped_count: 0, //待发货
|
|
|
+ order_count: 0, //订单总数
|
|
|
+ unpaid_count: 0 //待付款
|
|
|
+ });
|
|
|
+ });
|
|
|
+ })
|
|
|
+ .catch(e => {
|
|
|
+ console.log(e);
|
|
|
+ });
|
|
|
+ },
|
|
|
+ /**
|
|
|
+ * 统一跳转接口,拦截未登录路由
|
|
|
+ * navigator标签现在默认没有转场动画,所以用view
|
|
|
+ */
|
|
|
+ navTo(url) {
|
|
|
+ console.log(url);
|
|
|
+ if (!this.hasLogin) {
|
|
|
+ // 保存地址
|
|
|
+ saveUrl();
|
|
|
+ // 登录拦截
|
|
|
+ interceptor();
|
|
|
+ } else {
|
|
|
+ uni.navigateTo({
|
|
|
+ url
|
|
|
+ });
|
|
|
+ }
|
|
|
+
|
|
|
+ // uni.navigateTo({
|
|
|
+ // url
|
|
|
+ // });
|
|
|
+ },
|
|
|
+ useTool(e) {
|
|
|
+ this.navTo(e.path);
|
|
|
+ },
|
|
|
+ // 签到弹窗
|
|
|
+ goQd() {
|
|
|
+ this.$refs.popupqd.open();
|
|
|
+ this.qded = true;
|
|
|
+ },
|
|
|
+ // 关闭签到弹窗
|
|
|
+ closeQd() {
|
|
|
+ this.$refs.popupqd.close();
|
|
|
+ },
|
|
|
+ // 打开客服
|
|
|
+ openKf() {
|
|
|
+ this.$refs.popupkf.open();
|
|
|
+ },
|
|
|
+ // 关闭客服
|
|
|
+ cancel() {
|
|
|
+ this.$refs.popupkf.close();
|
|
|
}
|
|
|
- };
|
|
|
+ }
|
|
|
+};
|
|
|
</script>
|
|
|
<style lang="scss">
|
|
|
- %flex-center {
|
|
|
- display: flex;
|
|
|
- flex-direction: column;
|
|
|
- justify-content: center;
|
|
|
- align-items: center;
|
|
|
+%flex-center {
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ justify-content: center;
|
|
|
+ align-items: center;
|
|
|
+}
|
|
|
+
|
|
|
+%section {
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-around;
|
|
|
+ align-content: center;
|
|
|
+ background: #fff;
|
|
|
+ border-radius: 10rpx;
|
|
|
+}
|
|
|
+
|
|
|
+.container,
|
|
|
+page {
|
|
|
+ min-height: 100%;
|
|
|
+ height: auto;
|
|
|
+ background-color: $page-color-base;
|
|
|
+}
|
|
|
+
|
|
|
+.vheigh {
|
|
|
+ height: var(--status-bar-height);
|
|
|
+ background-color: $base-color;
|
|
|
+}
|
|
|
+
|
|
|
+.top-image {
|
|
|
+ position: absolute;
|
|
|
+ top: 0;
|
|
|
+ left: 0;
|
|
|
+ right: 0;
|
|
|
+ height: 230rpx;
|
|
|
+
|
|
|
+ image {
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
}
|
|
|
-
|
|
|
- %section {
|
|
|
- display: flex;
|
|
|
- justify-content: space-around;
|
|
|
- align-content: center;
|
|
|
- background: #fff;
|
|
|
- border-radius: 10rpx;
|
|
|
- }
|
|
|
-
|
|
|
- .container,
|
|
|
- page {
|
|
|
- min-height: 100%;
|
|
|
- height: auto;
|
|
|
- background-color: $page-color-base;
|
|
|
- }
|
|
|
-
|
|
|
- .vheigh {
|
|
|
- height: var(--status-bar-height);
|
|
|
- background-color: $base-color;
|
|
|
- }
|
|
|
-
|
|
|
- .top-image {
|
|
|
- position: absolute;
|
|
|
- top: 0;
|
|
|
+}
|
|
|
+
|
|
|
+.tool-list {
|
|
|
+ width: 690rpx;
|
|
|
+ margin: auto;
|
|
|
+ margin-top: 20rpx;
|
|
|
+ background: #ffffff;
|
|
|
+ box-shadow: 0px 0px 20rpx 0px rgba(50, 50, 52, 0.06);
|
|
|
+ border-radius: 20rpx;
|
|
|
+}
|
|
|
+
|
|
|
+.popup-box {
|
|
|
+ width: 522rpx;
|
|
|
+ height: 605rpx;
|
|
|
+ background-color: #ffffff;
|
|
|
+ border-radius: 20rpx;
|
|
|
+ position: relative;
|
|
|
+
|
|
|
+ .img {
|
|
|
+ position: relative;
|
|
|
+ top: -56rpx;
|
|
|
left: 0;
|
|
|
- right: 0;
|
|
|
- height: 230rpx;
|
|
|
+ width: 522rpx;
|
|
|
+ height: 132rpx;
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
|
|
|
image {
|
|
|
- width: 100%;
|
|
|
- height: 100%;
|
|
|
+ border-radius: 20rpx 20rpx 0 0;
|
|
|
+ width: 450rpx;
|
|
|
+ height: 132rpx;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- .tool-list {
|
|
|
- width: 690rpx;
|
|
|
- margin: auto;
|
|
|
- margin-top: 20rpx;
|
|
|
- background: #ffffff;
|
|
|
- box-shadow: 0px 0px 20rpx 0px rgba(50, 50, 52, 0.06);
|
|
|
- border-radius: 20rpx;
|
|
|
- }
|
|
|
-
|
|
|
- .popup-box {
|
|
|
- width: 522rpx;
|
|
|
- height: 605rpx;
|
|
|
+ .mian {
|
|
|
+ margin-top: -44rpx;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ align-items: center;
|
|
|
+ // padding: 32rpx 32rpx;
|
|
|
background-color: #ffffff;
|
|
|
- border-radius: 20rpx;
|
|
|
- position: relative;
|
|
|
+ border-radius: 0 0 20rpx 20rpx;
|
|
|
+ text-align: center;
|
|
|
|
|
|
- .img {
|
|
|
- position: relative;
|
|
|
- top: -56rpx;
|
|
|
- left: 0;
|
|
|
- width: 522rpx;
|
|
|
- height: 132rpx;
|
|
|
+ .delivery {
|
|
|
+ font-size: 40rpx;
|
|
|
+ color: #333333;
|
|
|
display: flex;
|
|
|
- justify-content: center;
|
|
|
+ align-items: center;
|
|
|
+ flex-direction: column;
|
|
|
|
|
|
image {
|
|
|
- border-radius: 20rpx 20rpx 0 0;
|
|
|
- width: 450rpx;
|
|
|
- height: 132rpx;
|
|
|
+ margin-top: 48rpx;
|
|
|
+ width: 172rpx;
|
|
|
+ height: 160rpx;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- .mian {
|
|
|
- margin-top: -44rpx;
|
|
|
+ .nocancel {
|
|
|
+ font-size: 32rpx;
|
|
|
+ color: #333333;
|
|
|
+ margin-top: 14rpx;
|
|
|
+ }
|
|
|
+
|
|
|
+ .comfirm-box {
|
|
|
+ margin-top: 52rpx;
|
|
|
display: flex;
|
|
|
- flex-direction: column;
|
|
|
- align-items: center;
|
|
|
- // padding: 32rpx 32rpx;
|
|
|
- background-color: #ffffff;
|
|
|
- border-radius: 0 0 20rpx 20rpx;
|
|
|
- text-align: center;
|
|
|
+ // margin-bottom: 32rpx;
|
|
|
|
|
|
- .delivery {
|
|
|
- font-size: 40rpx;
|
|
|
- color: #333333;
|
|
|
+ // justify-content: space-around;
|
|
|
+ .cancel {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
- flex-direction: column;
|
|
|
+ justify-content: center;
|
|
|
+ width: 197rpx;
|
|
|
+ height: 74rpx;
|
|
|
+ border: 1px solid #dcc786;
|
|
|
+ border-radius: 38rpx;
|
|
|
|
|
|
- image {
|
|
|
- margin-top: 48rpx;
|
|
|
- width: 172rpx;
|
|
|
- height: 160rpx;
|
|
|
- }
|
|
|
+ font-size: 32rpx;
|
|
|
+ color: #605128;
|
|
|
}
|
|
|
|
|
|
- .nocancel {
|
|
|
+ .comfirm {
|
|
|
+ margin-left: 32rpx;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
+ width: 197rpx;
|
|
|
+ height: 74rpx;
|
|
|
+ background: linear-gradient(-90deg, #d1ba77 0%, #f7e8ad 100%);
|
|
|
+ border-radius: 38px;
|
|
|
font-size: 32rpx;
|
|
|
- color: #333333;
|
|
|
- margin-top: 14rpx;
|
|
|
+ color: #605128;
|
|
|
}
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
|
|
|
- .comfirm-box {
|
|
|
- margin-top: 52rpx;
|
|
|
- display: flex;
|
|
|
- // margin-bottom: 32rpx;
|
|
|
-
|
|
|
- // justify-content: space-around;
|
|
|
- .cancel {
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- justify-content: center;
|
|
|
- width: 197rpx;
|
|
|
- height: 74rpx;
|
|
|
- border: 1px solid #dcc786;
|
|
|
- border-radius: 38rpx;
|
|
|
-
|
|
|
- font-size: 32rpx;
|
|
|
- color: #605128;
|
|
|
- }
|
|
|
+.popup {
|
|
|
+ width: 560rpx;
|
|
|
+ padding-bottom: 45rpx;
|
|
|
+ background-color: #ffffff;
|
|
|
+ border-radius: 15rpx;
|
|
|
+ text-align: center;
|
|
|
+ line-height: 1;
|
|
|
|
|
|
- .comfirm {
|
|
|
- margin-left: 32rpx;
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- justify-content: center;
|
|
|
- width: 197rpx;
|
|
|
- height: 74rpx;
|
|
|
- background: linear-gradient(-90deg, #d1ba77 0%, #f7e8ad 100%);
|
|
|
- border-radius: 38px;
|
|
|
- font-size: 32rpx;
|
|
|
- color: #605128;
|
|
|
- }
|
|
|
- }
|
|
|
+ .popup-dox {
|
|
|
+ position: relative;
|
|
|
+
|
|
|
+ .popup-logo {
|
|
|
+ margin: -160rpx auto 0;
|
|
|
+ width: 400rpx;
|
|
|
+ height: 200rpx;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- .popup {
|
|
|
- width: 560rpx;
|
|
|
- padding-bottom: 45rpx;
|
|
|
- background-color: #ffffff;
|
|
|
- border-radius: 15rpx;
|
|
|
+ .popup-title {
|
|
|
+ margin-top: 85rpx;
|
|
|
+ font-size: 40rpx;
|
|
|
+ font-family: PingFang SC;
|
|
|
+ font-weight: bold;
|
|
|
+ color: #2a2a2a;
|
|
|
+
|
|
|
+ text {
|
|
|
+ font-size: 56rpx;
|
|
|
+ color: #e83f30;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .popup-tip {
|
|
|
+ margin-top: 20rpx;
|
|
|
+ font-size: 28rpx;
|
|
|
+ font-family: PingFang SC;
|
|
|
+ font-weight: 500;
|
|
|
+ color: #8c8c8c;
|
|
|
+
|
|
|
+ text {
|
|
|
+ color: #e83f30;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .popup-btn {
|
|
|
+ margin: 58rpx auto 0;
|
|
|
+ width: 270rpx;
|
|
|
+ height: 66rpx;
|
|
|
+ background: #f0c838;
|
|
|
+ border-radius: 34rpx;
|
|
|
text-align: center;
|
|
|
- line-height: 1;
|
|
|
+ line-height: 66rpx;
|
|
|
+ font-size: 36rpx;
|
|
|
+ font-family: Source Han Sans CN;
|
|
|
+ font-weight: 500;
|
|
|
+ color: #ffffff;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+.user-wrap {
|
|
|
+ position: relative;
|
|
|
+ z-index: 10;
|
|
|
+ width: 690rpx;
|
|
|
+ // height: 283rpx;
|
|
|
+ background: #ffffff;
|
|
|
+ box-shadow: 0px 4rpx 13rpx 0px rgba(229, 229, 229, 0.46);
|
|
|
+ border-radius: 20rpx;
|
|
|
+ padding: 34rpx 0 0;
|
|
|
+ margin: auto;
|
|
|
+
|
|
|
+ .info-left {
|
|
|
+ padding-left: 34rpx;
|
|
|
+
|
|
|
+ .user-name {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
|
|
|
- .popup-dox {
|
|
|
- position: relative;
|
|
|
+ image {
|
|
|
+ width: 120rpx;
|
|
|
+ height: 120rpx;
|
|
|
+ border-radius: 50%;
|
|
|
+ }
|
|
|
+
|
|
|
+ .user-font {
|
|
|
+ padding-left: 34rpx;
|
|
|
+
|
|
|
+ .name {
|
|
|
+ width: 250rpx;
|
|
|
+ font-size: 40rpx;
|
|
|
+ font-family: Source Han Sans CN;
|
|
|
+ font-weight: 400;
|
|
|
+ color: #333333;
|
|
|
+ }
|
|
|
|
|
|
- .popup-logo {
|
|
|
- margin: -160rpx auto 0;
|
|
|
- width: 400rpx;
|
|
|
- height: 200rpx;
|
|
|
+ .phone {
|
|
|
+ margin-top: 10rpx;
|
|
|
+ font-size: 20rpx;
|
|
|
+ font-family: PingFang SC;
|
|
|
+ font-weight: 500;
|
|
|
+ color: #999999;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- .popup-title {
|
|
|
- margin-top: 85rpx;
|
|
|
- font-size: 40rpx;
|
|
|
+ .kpi {
|
|
|
+ background: #f5eede;
|
|
|
+ border-radius: 30rpx 0px 0px 30rpx;
|
|
|
+ padding: 18rpx 24rpx;
|
|
|
+ font-size: 26rpx;
|
|
|
font-family: PingFang SC;
|
|
|
font-weight: bold;
|
|
|
- color: #2a2a2a;
|
|
|
+ color: #c6914e;
|
|
|
+ display: flex;
|
|
|
|
|
|
- text {
|
|
|
- font-size: 56rpx;
|
|
|
- color: #e83f30;
|
|
|
+ image {
|
|
|
+ width: 34rpx;
|
|
|
+ margin-right: 8rpx;
|
|
|
}
|
|
|
}
|
|
|
+ }
|
|
|
|
|
|
- .popup-tip {
|
|
|
- margin-top: 20rpx;
|
|
|
- font-size: 28rpx;
|
|
|
- font-family: PingFang SC;
|
|
|
- font-weight: 500;
|
|
|
- color: #8c8c8c;
|
|
|
+ .info-right {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ margin-top: 54rpx;
|
|
|
+ padding: 0 34rpx;
|
|
|
|
|
|
- text {
|
|
|
- color: #e83f30;
|
|
|
- }
|
|
|
+ .iright-icon {
|
|
|
+ width: 32rpx;
|
|
|
+ height: 32rpx;
|
|
|
}
|
|
|
|
|
|
- .popup-btn {
|
|
|
- margin: 58rpx auto 0;
|
|
|
- width: 270rpx;
|
|
|
- height: 66rpx;
|
|
|
- background: #f0c838;
|
|
|
- border-radius: 34rpx;
|
|
|
- text-align: center;
|
|
|
- line-height: 66rpx;
|
|
|
- font-size: 36rpx;
|
|
|
- font-family: Source Han Sans CN;
|
|
|
- font-weight: 500;
|
|
|
- color: #ffffff;
|
|
|
+ .iright-font {
|
|
|
+ margin-left: 12rpx;
|
|
|
+ font-size: 28rpx;
|
|
|
+ font-family: PingFang SC;
|
|
|
+ font-weight: bold;
|
|
|
+ color: #333333;
|
|
|
}
|
|
|
}
|
|
|
+}
|
|
|
|
|
|
- .user-wrap {
|
|
|
- position: relative;
|
|
|
- z-index: 10;
|
|
|
- width: 690rpx;
|
|
|
- // height: 283rpx;
|
|
|
- background: #ffffff;
|
|
|
- box-shadow: 0px 4rpx 13rpx 0px rgba(229, 229, 229, 0.46);
|
|
|
- border-radius: 20rpx;
|
|
|
- padding: 34rpx 0 0;
|
|
|
- margin: auto;
|
|
|
-
|
|
|
- .info-left {
|
|
|
- padding-left: 34rpx;
|
|
|
+.user-set {
|
|
|
+ justify-content: flex-end;
|
|
|
+ // height: 40rpx;
|
|
|
+ height: 150rpx;
|
|
|
+ // padding-top: 40rpx;
|
|
|
|
|
|
- .user-name {
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
+ view {
|
|
|
+ flex-shrink: 0;
|
|
|
+ }
|
|
|
|
|
|
- image {
|
|
|
- width: 120rpx;
|
|
|
- height: 120rpx;
|
|
|
- border-radius: 50%;
|
|
|
- }
|
|
|
+ padding: 30rpx;
|
|
|
|
|
|
- .user-font {
|
|
|
- padding-left: 34rpx;
|
|
|
-
|
|
|
- .name {
|
|
|
- width: 250rpx;
|
|
|
- font-size: 40rpx;
|
|
|
- font-family: Source Han Sans CN;
|
|
|
- font-weight: 400;
|
|
|
- color: #333333;
|
|
|
- }
|
|
|
-
|
|
|
- .phone {
|
|
|
- margin-top: 10rpx;
|
|
|
- font-size: 20rpx;
|
|
|
- font-family: PingFang SC;
|
|
|
- font-weight: 500;
|
|
|
- color: #999999;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
+ image {
|
|
|
+ height: 40rpx;
|
|
|
+ width: 40rpx;
|
|
|
+ }
|
|
|
+}
|
|
|
|
|
|
- .kpi {
|
|
|
- background: #f5eede;
|
|
|
- border-radius: 30rpx 0px 0px 30rpx;
|
|
|
- padding: 18rpx 24rpx;
|
|
|
- font-size: 26rpx;
|
|
|
- font-family: PingFang SC;
|
|
|
- font-weight: bold;
|
|
|
- color: #c6914e;
|
|
|
- display: flex;
|
|
|
+.main-box {
|
|
|
+ margin: 20rpx auto 0;
|
|
|
+ width: 690rpx;
|
|
|
+ background: #ffffff;
|
|
|
+ // box-shadow: 0px 4rpx 14rpx 0px rgba(229, 229, 229, 0.46);
|
|
|
+ border-radius: 20rpx;
|
|
|
|
|
|
- image {
|
|
|
- width: 34rpx;
|
|
|
- margin-right: 8rpx;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
+ .title {
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-between;
|
|
|
+ align-items: center;
|
|
|
+ padding: 24rpx;
|
|
|
+ border-bottom: 1px solid #eeeeee;
|
|
|
|
|
|
- .info-right {
|
|
|
+ .title-left {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
- margin-top: 54rpx;
|
|
|
- padding: 0 34rpx;
|
|
|
|
|
|
- .iright-icon {
|
|
|
+ .title-icon {
|
|
|
width: 32rpx;
|
|
|
height: 32rpx;
|
|
|
}
|
|
|
|
|
|
- .iright-font {
|
|
|
- margin-left: 12rpx;
|
|
|
+ .title-font {
|
|
|
+ margin-left: 20rpx;
|
|
|
font-size: 28rpx;
|
|
|
font-family: PingFang SC;
|
|
|
font-weight: bold;
|
|
|
color: #333333;
|
|
|
}
|
|
|
}
|
|
|
- }
|
|
|
|
|
|
- .user-set {
|
|
|
- justify-content: flex-end;
|
|
|
- // height: 40rpx;
|
|
|
- height: 150rpx;
|
|
|
- // padding-top: 40rpx;
|
|
|
-
|
|
|
- view {
|
|
|
- flex-shrink: 0;
|
|
|
- }
|
|
|
-
|
|
|
- padding: 30rpx;
|
|
|
-
|
|
|
- image {
|
|
|
- height: 40rpx;
|
|
|
- width: 40rpx;
|
|
|
+ .title-right {
|
|
|
+ width: 14rpx;
|
|
|
+ height: 24rpx;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- .main-box {
|
|
|
- margin: 20rpx auto 0;
|
|
|
- width: 690rpx;
|
|
|
- background: #ffffff;
|
|
|
- // box-shadow: 0px 4rpx 14rpx 0px rgba(229, 229, 229, 0.46);
|
|
|
- border-radius: 20rpx;
|
|
|
+ .main {
|
|
|
+ padding: 50rpx 0 30rpx;
|
|
|
|
|
|
- .title {
|
|
|
+ .item {
|
|
|
+ padding-bottom: 20rpx;
|
|
|
+ width: 33%;
|
|
|
display: flex;
|
|
|
- justify-content: space-between;
|
|
|
+ flex-direction: column;
|
|
|
align-items: center;
|
|
|
- padding: 24rpx;
|
|
|
- border-bottom: 1px solid #EEEEEE;
|
|
|
|
|
|
- .title-left {
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
-
|
|
|
- .title-icon {
|
|
|
- width: 32rpx;
|
|
|
- height: 32rpx;
|
|
|
- }
|
|
|
-
|
|
|
- .title-font {
|
|
|
- margin-left: 20rpx;
|
|
|
- font-size: 28rpx;
|
|
|
- font-family: PingFang SC;
|
|
|
- font-weight: bold;
|
|
|
- color: #333333;
|
|
|
- }
|
|
|
+ .item-num {
|
|
|
+ font-size: 36rpx;
|
|
|
+ font-family: PingFang SC;
|
|
|
+ font-weight: bold;
|
|
|
+ color: #333333;
|
|
|
}
|
|
|
|
|
|
- .title-right {
|
|
|
- width: 14rpx;
|
|
|
- height: 24rpx;
|
|
|
+ .item-font {
|
|
|
+ margin-top: 18rpx;
|
|
|
+ font-size: 22rpx;
|
|
|
+ font-family: PingFang SC;
|
|
|
+ font-weight: 500;
|
|
|
+ color: #666666;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- .main {
|
|
|
- padding: 50rpx 0 30rpx;
|
|
|
-
|
|
|
- .item {
|
|
|
- padding-bottom: 20rpx;
|
|
|
- width: 33%;
|
|
|
- display: flex;
|
|
|
- flex-direction: column;
|
|
|
- align-items: center;
|
|
|
-
|
|
|
- .item-num {
|
|
|
- font-size: 36rpx;
|
|
|
- font-family: PingFang SC;
|
|
|
- font-weight: bold;
|
|
|
- color: #333333;
|
|
|
- }
|
|
|
+ .oitem {
|
|
|
+ width: 25%;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ align-items: center;
|
|
|
|
|
|
- .item-font {
|
|
|
- margin-top: 18rpx;
|
|
|
- font-size: 22rpx;
|
|
|
- font-family: PingFang SC;
|
|
|
- font-weight: 500;
|
|
|
- color: #666666;
|
|
|
- }
|
|
|
+ .oitem-image {
|
|
|
+ height: 50rpx;
|
|
|
+ width: 48rpx;
|
|
|
}
|
|
|
|
|
|
- .oitem {
|
|
|
- width: 25%;
|
|
|
- display: flex;
|
|
|
- flex-direction: column;
|
|
|
- align-items: center;
|
|
|
+ .oitem-font {
|
|
|
+ margin-top: 20rpx;
|
|
|
+ font-size: 24rpx;
|
|
|
+ font-family: PingFang SC;
|
|
|
+ font-weight: 500;
|
|
|
+ color: #333333;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+.gpai {
|
|
|
+ width: 100rpx;
|
|
|
+ line-height: 40rpx;
|
|
|
+ border-radius: 25rpx;
|
|
|
+ position: absolute;
|
|
|
+ top: 120rpx;
|
|
|
+ left: 40rpx;
|
|
|
+ font-size: 24rpx;
|
|
|
+ color: #c6914e;
|
|
|
+ text-align: center;
|
|
|
+ background-color: #f2d4ae;
|
|
|
+}
|
|
|
+
|
|
|
+.shenqing {
|
|
|
+ height: 100rpx;
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ align-items: center;
|
|
|
+ background-color: #ffd893;
|
|
|
+ border-radius: 0 0 20rpx 20rpx;
|
|
|
+
|
|
|
+ image {
|
|
|
+ display: inline-block;
|
|
|
+ margin: auto;
|
|
|
+ height: 50rpx;
|
|
|
+ }
|
|
|
+}
|
|
|
+.hx-wrapper {
|
|
|
+ width: 536rpx;
|
|
|
+ height: 630rpx;
|
|
|
+ position: relative;
|
|
|
|
|
|
- .oitem-image {
|
|
|
- height: 50rpx;
|
|
|
- width: 48rpx;
|
|
|
- }
|
|
|
+ // background-color: #fff;
|
|
|
+ .hx-img {
|
|
|
+ width: 536rpx;
|
|
|
+ height: 281rpx;
|
|
|
|
|
|
- .oitem-font {
|
|
|
- margin-top: 20rpx;
|
|
|
- font-size: 24rpx;
|
|
|
- font-family: PingFang SC;
|
|
|
- font-weight: 500;
|
|
|
- color: #333333;
|
|
|
- }
|
|
|
- }
|
|
|
+ image {
|
|
|
+ width: 536rpx;
|
|
|
+ height: 281rpx;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- .gpai {
|
|
|
- width: 100rpx;
|
|
|
- line-height: 40rpx;
|
|
|
- border-radius: 25rpx;
|
|
|
+ .hx-close {
|
|
|
position: absolute;
|
|
|
- top: 120rpx;
|
|
|
- left: 40rpx;
|
|
|
- font-size: 24rpx;
|
|
|
- color: #c6914e;
|
|
|
- text-align: center;
|
|
|
- background-color: #f2d4ae;
|
|
|
+ left: 243rpx;
|
|
|
+ bottom: -80rpx;
|
|
|
+ width: 52rpx;
|
|
|
+ height: 52rpx;
|
|
|
+
|
|
|
+ image {
|
|
|
+ width: 52rpx;
|
|
|
+ height: 52rpx;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
- .shenqing {
|
|
|
- height: 100rpx;
|
|
|
- display: flex;
|
|
|
- justify-content: center;
|
|
|
- align-items: center;
|
|
|
- background-color: #ffd893;
|
|
|
- border-radius: 0 0 20rpx 20rpx;
|
|
|
+ .hx-body {
|
|
|
+ width: 536rpx;
|
|
|
+ height: 349rpx;
|
|
|
+ background-color: #fff;
|
|
|
+ border-radius: 0 0 10rpx 10rpx;
|
|
|
|
|
|
- image {
|
|
|
- display: inline-block;
|
|
|
- margin: auto;
|
|
|
- height: 50rpx;
|
|
|
+ .hx-title {
|
|
|
+ width: 536rpx;
|
|
|
+ font-size: 36rpx;
|
|
|
+ font-weight: 500;
|
|
|
+ color: #333333;
|
|
|
+ line-height: 1;
|
|
|
+ padding-top: 42rpx;
|
|
|
+ text-align: center;
|
|
|
+ }
|
|
|
+
|
|
|
+ input {
|
|
|
+ width: 439rpx;
|
|
|
+ height: 68rpx;
|
|
|
+ background: #dbf3e9;
|
|
|
+ border-radius: 10rpx;
|
|
|
+ margin: 39rpx auto 0;
|
|
|
+ padding-left: 26rpx;
|
|
|
+
|
|
|
+ .hx-placeholder {
|
|
|
+ font-size: 26rpx;
|
|
|
+ font-weight: 500;
|
|
|
+ color: #52c696;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .hx-btn {
|
|
|
+ margin: 44rpx auto 0;
|
|
|
+ width: 353rpx;
|
|
|
+ height: 71rpx;
|
|
|
+ background: #52c696;
|
|
|
+ border-radius: 34rpx;
|
|
|
+ font-size: 36rpx;
|
|
|
+ font-weight: 500;
|
|
|
+ color: #f8f9f9;
|
|
|
+ line-height: 71rpx;
|
|
|
+ text-align: center;
|
|
|
}
|
|
|
}
|
|
|
+}
|
|
|
</style>
|