| | |
| | | <view class="wait-collection" |
| | | :style="{ backgroundImage: `url(${onlineurl}/appimg/image/banner/customerbanner.png)`, backgroundSize: 'contain', backgroundRepeat: 'no-repeat' }"> |
| | | </view> |
| | | <view style="height: 382rpx;width: 100%;"></view> |
| | | <!-- 引导页 --> |
| | | <view class="noob-tour" |
| | | v-if="roleType===4"> |
| | | v-if="roleType===4&&isFirstLogin"> |
| | | <combined-title title="操作指引"></combined-title> |
| | | <u-cell-group> |
| | | <u-cell title="新手指引" |
| | |
| | | import combinedTitle from '@/components/combined-title/combined-title.vue'; |
| | | import { customerId } from '@/utils/status'; |
| | | import previewImage from '@/components/kxj-previewImage/kxj-previewImage.vue'; |
| | | import { BaseUrl } from '@/api/publicInterface.js' |
| | | export default { |
| | | props: { |
| | | orderPlanDataStore: { |
| | |
| | | 'https://mx.jzeg.cn:9095/appimg/image/tour/quality/quality04.jpg', |
| | | 'https://mx.jzeg.cn:9095/appimg/image/tour/quality/quality05.jpg' |
| | | ], |
| | | imgIndex: 0, |
| | | startX: 0, // 触摸起始点的X坐标 |
| | | endX: 0, // 触摸结束点的X坐标 |
| | | transition: false |
| | | phone: "", |
| | | isFirstLogin: true |
| | | }; |
| | | }, |
| | | onLoad() {}, |
| | |
| | | this.GetOrderPlan(); |
| | | this.getJhOrderPlanDataPage(); |
| | | this.onlineurl = onlineurl; |
| | | this.getLogOn() |
| | | }, |
| | | // 获取发运计划列表 |
| | | GetOrderPlan() { |
| | |
| | | }, |
| | | noobTour(v) { |
| | | this.$refs.previewImage.open('https://mx.jzeg.cn:9095/appimg/image/tour/quality/quality01.jpg') |
| | | } |
| | | }, |
| | | getLogOn() { |
| | | this.$reqGet('getUserEntity').then(res => { |
| | | this.phone = res.data.phone |
| | | }).then(() => { |
| | | uni.request({ |
| | | url: `${BaseUrl}/admin/log/getLogOnType?phone=${this.phone}`, |
| | | success: res => { |
| | | // res.data.data 为1 代表第一次登录 为0取消学习指引 为2代表存在 |
| | | if (res.data.data === 1) { |
| | | this.noobTour() |
| | | } else if (res.data.data === 2) { |
| | | this.isFirstLogin = true |
| | | } else { |
| | | this.isFirstLogin = false |
| | | } |
| | | } |
| | | }); |
| | | }) |
| | | }, |
| | | } |
| | | }; |
| | | </script> |
| | |
| | | .wait-collection { |
| | | width: 100%; |
| | | height: 600rpx; |
| | | position: relative; |
| | | position: fixed; |
| | | top: vww(-10); |
| | | z-index: 0; |
| | | } |
| | |
| | | .history-numbers { |
| | | width: 100%; |
| | | position: relative; |
| | | top: vww(-110); |
| | | // top: vww(-110); |
| | | |
| | | .history-information { |
| | | width: 690rpx; |
| | |
| | | } |
| | | |
| | | .noob-tour { |
| | | margin-bottom: vww(10); |
| | | margin-bottom: vww(30); |
| | | position: relative; |
| | | top: -120px; |
| | | } |
| | | |
| | | .u-popup { |
| | |
| | | width: vww(345); |
| | | margin: 0 vww(15); |
| | | position: relative; |
| | | top: vww(-144); |
| | | // top: vww(-144); |
| | | |
| | | .collection-form-item { |
| | | width: 690rpx; |