lhl 2 years ago
parent
commit
3c400f3c53

+ 10 - 10
pages/shop/shopDetail.vue

@@ -18,19 +18,18 @@
 		</view>
 		<view class="store-item">
 			<image class="store-image2" src="../../static/img/store3.png" mode=""></image>
-			<view class="store-font">商家电话:{{ info.phone }}</view>
+			<view class="store-font">预约电话:{{ info.phone }}</view>
 		</view>
 		<view class="store-item">
 			<image class="store-image3" src="../../static/index/index10.png" mode=""></image>
 			<view class="store-font">门店地址:{{ info.detailed_address }}</view>
 		</view>
-		<view class="store-main" v-if="info.slider_image != null">
+		<view class="store-main" v-if="info.images != null">
 			<view class="smain-title">门头照片</view>
 			<scroll-view class="scroll-box flex" @scroll="scroll" scroll-x="true" :scroll-with-animation="true"
 				scroll-left="10px">
-				<view class="scroll-item" v-for="(item, index) in info.slider_image" :key="index">
-					<image class="scroll-image" :src="item" mode="heightFix" @click="openImg(info.slider_image,item)">
-					</image>
+				<view class="scroll-item" v-for="(item, index) in info.images" :key="index">
+					<image class="scroll-image" :src="item" mode="heightFix" @click="openImg(info.images,item)"></image>
 				</view>
 			</scroll-view>
 		</view>
@@ -57,16 +56,17 @@
 				</view>
 			</view>
 		</view>
-
-		<view class="store-main" v-if="info.images != null">
-			<view class="smain-title">店内图片</view>
+		<view class="store-main" v-if="info.slider_image != null">
+			<view class="smain-title">店内照片</view>
 			<scroll-view class="scroll-box flex" @scroll="scroll" scroll-x="true" :scroll-with-animation="true"
 				scroll-left="10px">
-				<view class="scroll-item" v-for="(item, index) in info.images" :key="index">
-					<image class="scroll-image" :src="item" mode="heightFix" @click="openImg(info.images,item)"></image>
+				<view class="scroll-item" v-for="(item, index) in info.slider_image" :key="index">
+					<image class="scroll-image" :src="item" mode="heightFix" @click="openImg(info.slider_image,item)">
+					</image>
 				</view>
 			</scroll-view>
 		</view>
+
 		<view class="" style="height: 100rpx;">
 
 		</view>

+ 1 - 1
pages/user/user.vue

@@ -141,7 +141,7 @@
 				current: 4,
 				tabbar: tabbar1,
 				qded: false, //是否已签到
-				text: '', //客服微信
+				text: 'Xiao-666k', //客服微信
 				today_integral: '', //签到获得的数值
 				today_type: '', //签到获得的数值单位
 				tom_integral: '', //明天签到获得的数值

BIN
unpackage/dist/build/h5/5-25-1.rar → unpackage/dist/build/h5/5-27-1.rar


+ 1 - 1
unpackage/dist/build/h5/index.html

@@ -1,2 +1,2 @@
 <!DOCTYPE html><html lang=zh-CN><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><title>想亮商城</title><script>var coverSupport = 'CSS' in window && typeof CSS.supports === 'function' && (CSS.supports('top: env(a)') || CSS.supports('top: constant(a)'))
-            document.write('<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' + (coverSupport ? ', viewport-fit=cover' : '') + '" />')</script><link rel=stylesheet href=/index/static/index.a5c69d49.css></head><body><noscript><strong>Please enable JavaScript to continue.</strong></noscript><div id=app></div><script src=/index/static/js/chunk-vendors.58012eb0.js></script><script src=/index/static/js/index.3385a52b.js></script></body></html>
+            document.write('<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' + (coverSupport ? ', viewport-fit=cover' : '') + '" />')</script><link rel=stylesheet href=/index/static/index.a5c69d49.css></head><body><noscript><strong>Please enable JavaScript to continue.</strong></noscript><div id=app></div><script src=/index/static/js/chunk-vendors.58012eb0.js></script><script src=/index/static/js/index.2b6f34c7.js></script></body></html>

File diff suppressed because it is too large
+ 0 - 0
unpackage/dist/build/h5/static/js/index.2b6f34c7.js


File diff suppressed because it is too large
+ 0 - 0
unpackage/dist/build/h5/static/js/pages-redirect-redirect.40c10c11.js


File diff suppressed because it is too large
+ 0 - 0
unpackage/dist/build/h5/static/js/pages-redirect-redirect.e998926e.js


File diff suppressed because it is too large
+ 0 - 0
unpackage/dist/build/h5/static/js/pages-shop-shopDetail.2330fa86.js


File diff suppressed because it is too large
+ 0 - 0
unpackage/dist/build/h5/static/js/pages-shop-shopDetail.27e8659e.js


File diff suppressed because it is too large
+ 0 - 0
unpackage/dist/build/h5/static/js/pages-user-user.5c8a4bea.js


File diff suppressed because it is too large
+ 0 - 0
unpackage/dist/build/h5/static/js/pages-user-user.e5948ff1.js


Some files were not shown because too many files changed in this diff