shish il y a 3 ans
Parent
commit
116c672ca6

+ 1 - 1
mallApp/src/pages.json

@@ -1,5 +1,5 @@
 {
-    "pages": [{ "path": "pages/home/recent", "style": { "navigationBarTitleText": "最新花店" } },
+    "pages": [{ "path": "pages/home/recent", "style": { "navigationBarTitleText": "我的花店" } },
         { "path": "pages/home/index", "style": { "navigationBarTitleText": "首页" } },
         { "path": "pages/home/category", "style": { "navigationBarTitleText": "分类" } },
         { "path": "pages/home/shop", "style": { "navigationBarTitleText": "门店" } },

+ 3 - 3
mallApp/src/pages/home/recent.vue

@@ -8,15 +8,15 @@
             <view class="ghs_box flex-col justify-end" v-for="item in list" :key="item.id" @click="goTo(item)">
               <view class="image-text_7 flex-row justify-between">
                 <view class="section_1 flex-col">
-                  <image class="logo" :src="item.cover" @click="goTo(item)" />
+                  <image class="logo" :src="item.cover" />
                 </view>
-                <view class="text-group_7 flex-col justify-between" @click="goTo(item)">
+                <view class="text-group_7 flex-col justify-between">
                   <text class="text_8">{{item.showName}}</text>
                   <text class="text_9">{{item.address}}{{item.floor}}</text>
                 </view>
               </view>
               <view class="box_4 flex-col"></view>
-              <view class="button_4 flex-col" @click="goTo(item)"><text class="text_13">买花</text></view>
+              <view class="button_4 flex-col"><text class="text_13">买花</text></view>
             </view>
 
         </view>

+ 1 - 1
mallApp/src/pages/item/item.vue

@@ -57,7 +57,7 @@
 			</scroll-view>
 		</view>
 
-		<modal-module :show="isModel" @cancel="modalCancel" @click="affirm" :title="customData.itemName" color="#333" :size="32" padding="30upx 30upx" >
+		<modal-module :show="isModel" @cancel="modalCancel" @click="affirm" :title="customData.itemName" color="#333" :size="32" padding="30rpx 30rpx" >
 			<template slot="customContent">
 				<view class="select-cmd_bx" v-if="customData">
 					<view class="kc"> 库存 {{ customData.stock ? parseFloat(customData.stock) : 0 }} </view>