shish 3 лет назад
Родитель
Сommit
92de37176a

+ 3 - 3
hdApp/src/pagesPurchase/components/person.vue

@@ -1,8 +1,8 @@
 <template>
   <view class="model" v-if="isHd == 0">
-    <view style="color:white;font-size:35upx;">此为花店进货渠道</view>
-    <view style="color:white;font-size:35upx;margin-top:40upx;">个人请点下方去商城买花哦</view>
-    <view class="open-mall" @click="goToMall">打开商城</view>
+    <view style="color:white;font-size:38upx;">此为花店买花入口</view>
+    <view style="color:white;font-size:38upx;margin-top:40upx;">个人请点下方商城去买花哦</view>
+    <view class="open-mall" @click="goToMall">个人商城</view>
   </view>
 </template>
 <script>

+ 1 - 1
hdApp/src/pagesPurchase/ghsProduct.vue

@@ -603,7 +603,7 @@ export default {
 		goToMall(){
 			// #ifdef MP-WEIXIN
 			let self = this
-			let url = 'pages/home/category'
+			let url = 'pages/item/item'
 			uni.navigateToMiniProgram({
 				appId: this.getappIdList.mall.miniAppId,
 				path: url + '?account=' + self.loginInfo.shopId,