Browse Source

买花优化

shish 3 năm trước cách đây
mục cha
commit
c9d5f00a66

+ 2 - 2
hdApp/src/admin/home/workbench.vue

@@ -82,7 +82,7 @@
           <view class="list_item" v-for="(ghsInfo, index) in supplierList" :key="index">
           <view class="list_item" v-for="(ghsInfo, index) in supplierList" :key="index">
             <view class="store_name">
             <view class="store_name">
               <image :src="ghsInfo.avatar"></image>
               <image :src="ghsInfo.avatar"></image>
-              <view class="store_title">{{ghsInfo.name}}</view>
+              <view class="store_title" @click="enterShop(ghsInfo)">{{ghsInfo.name}}</view>
               <view class="accumulative"></view>
               <view class="accumulative"></view>
             </view>
             </view>
 
 
@@ -214,7 +214,7 @@ export default {
         return false
         return false
       }
       }
       const { id } = item
       const { id } = item
-      this.pageTo({url: '/pagesPurchase/ghsProduct?id='+id,type:2})
+      this.pageTo({url: '/pagesPurchase/ghsProduct?id='+id})
     },
     },
     settleAccounts (item) {
     settleAccounts (item) {
       this.pageTo({ url: '/pagesPurchase/gathering?id='+item.id})
       this.pageTo({ url: '/pagesPurchase/gathering?id='+item.id})

+ 2 - 2
hdApp/src/pagesPurchase/order.vue

@@ -6,7 +6,7 @@
           <view class="list_item" v-for="(ghsInfo, index) in supplierList" :key="index">
           <view class="list_item" v-for="(ghsInfo, index) in supplierList" :key="index">
             <view class="store_name">
             <view class="store_name">
               <image :src="ghsInfo.avatar"></image>
               <image :src="ghsInfo.avatar"></image>
-              <view class="store_title">{{ghsInfo.name}}</view>
+              <view class="store_title" @click="enterShop(ghsInfo)">{{ghsInfo.name}}</view>
               <view class="accumulative"></view>
               <view class="accumulative"></view>
             </view>
             </view>
 
 
@@ -54,7 +54,7 @@ export default {
         return false
         return false
       }
       }
       const { id } = item
       const { id } = item
-      this.pageTo({url: '/pagesPurchase/ghsProduct?id='+id,type:2})
+      this.pageTo({url: '/pagesPurchase/ghsProduct?id='+id})
     },
     },
     init() {
     init() {
       this.getGHSList()
       this.getGHSList()

+ 0 - 6
hdApp/src/pagesPurchase/particulars.vue

@@ -10,12 +10,6 @@
         <button v-if="ghsCgScene!=''" class="admin-button-com big" @click="goHome">返回首页</button>
         <button v-if="ghsCgScene!=''" class="admin-button-com big" @click="goHome">返回首页</button>
         <button v-else class="admin-button-com big" @click="goBack">返回</button>
         <button v-else class="admin-button-com big" @click="goBack">返回</button>
 
 
-        <view v-if="ghsCgScene!='' || fromCg == 1">
-        <view style="font-size:28upx;">如需再次下单,微信下拉找到【花掌柜】小程序,如图点采购进去,即可再次下单</view>
-        <view style="margin-bottom:30upx;margin-top:15upx;">
-          <image class="image" :src="`${constant.imgUrl}/cg/hd_cg_route.png`" mode="widthFix"></image>
-        </view>
-        </view>
       </view>
       </view>
     </view>
     </view>
   </view>
   </view>