From ae08a735c561038fc1babfa662a597bd742da079 Mon Sep 17 00:00:00 2001
From: qingyiay <2386314947@qq.com>
Date: 星期一, 11 九月 2023 11:11:03 +0800
Subject: [PATCH] 操作指引修改,增加重置密码和修改密码

---
 pages/customer-page/customer-index/customer-index.vue |   14 +++++---------
 1 files changed, 5 insertions(+), 9 deletions(-)

diff --git a/pages/customer-page/customer-index/customer-index.vue b/pages/customer-page/customer-index/customer-index.vue
index a67baf1..95fd954 100644
--- a/pages/customer-page/customer-index/customer-index.vue
+++ b/pages/customer-page/customer-index/customer-index.vue
@@ -26,7 +26,7 @@
 						</u-cell>
 					</u-cell-group>
 				</view>
-				<view style="position: relative;top: -120px;">
+				<view style="position: relative;">
 					<u-empty mode="data"
 						icon="http://cdn.uviewui.com/uview/empty/data.png"
 						textSize="30"
@@ -162,7 +162,7 @@
 			<view class="previewImage-container">
 				<view class="previewImage-container">
 					<previewImage ref="previewImage"
-						:imgs="TourImgList"
+						:imgs="customerTourImgList"
 						:saveBtn='false'></previewImage>
 				</view>
 			</view>
@@ -195,6 +195,7 @@
 	import { customerId } from '@/utils/status';
 	import previewImage from '@/components/kxj-previewImage/kxj-previewImage.vue';
 	import { BaseUrl } from '@/api/publicInterface.js'
+	import { mapState } from 'vuex'
 	export default {
 		props: {
 			orderPlanDataStore: {
@@ -216,6 +217,7 @@
 			}
 		},
 		computed: {
+			...mapState(['customerTourImgList']),
 			roleType() {
 				return uni.getStorageSync('roleType');
 			},
@@ -249,12 +251,6 @@
 				onlineurl,
 				previewImageShow: false,
 				previewImageSrc: '',
-				TourImgList: ['https://mx.jzeg.cn:9095/appimg/image/tour/quality/quality01.jpg',
-					'https://mx.jzeg.cn:9095/appimg/image/tour/quality/quality02.jpg',
-					'https://mx.jzeg.cn:9095/appimg/image/tour/quality/quality03.jpg',
-					'https://mx.jzeg.cn:9095/appimg/image/tour/quality/quality04.jpg',
-					'https://mx.jzeg.cn:9095/appimg/image/tour/quality/quality05.jpg'
-				],
 				phone: "",
 				isFirstLogin: true
 			};
@@ -392,7 +388,7 @@
 					.navigateTo({ url: `/pages/driver-page/driver-index/bill-of-lading-details/selectOrderPlan/selectOrderPlan?index=${index}` });
 			},
 			noobTour(v) {
-				this.$refs.previewImage.open('https://mx.jzeg.cn:9095/appimg/image/tour/quality/quality01.jpg')
+				this.$refs.previewImage.open('https://mx.jzeg.cn:9095/appimg/image/tour/quality/quality1.jpg')
 			},
 			getLogOn() {
 				this.$reqGet('getUserEntity').then(res => {

--
Gitblit v1.9.1