shish 5 лет назад
Родитель
Сommit
1d702def89
2 измененных файлов с 3 добавлено и 4 удалено
  1. 1 1
      hdApp/src/admin/home/apply.vue
  2. 2 3
      mallApp/src/pages/home/shop.vue

+ 1 - 1
hdApp/src/admin/home/apply.vue

@@ -95,7 +95,7 @@ export default { // 应用页面
               url: "/admin/staff/achieve"
               url: "/admin/staff/achieve"
             },
             },
             {
             {
-              name: "供商",
+              name: "供商",
               img: `${this.$constant.imgUrl}/ghs/home/icon_ghs.png`,
               img: `${this.$constant.imgUrl}/ghs/home/icon_ghs.png`,
               url: "/pagesPurchase/order"
               url: "/pagesPurchase/order"
             },
             },

+ 2 - 3
mallApp/src/pages/home/shop.vue

@@ -5,7 +5,7 @@
       @detail="adDetailFn"
       @detail="adDetailFn"
     />
     />
     <div class="shop-wrap">
     <div class="shop-wrap">
-      <div class="shop-tit">{{ shop.name }}</div>
+      <div class="shop-tit">{{ shop.shopName }}</div>
       <div>{{ shop.introduction }}</div>
       <div>{{ shop.introduction }}</div>
     </div>
     </div>
     <div class="list-content">
     <div class="list-content">
@@ -30,7 +30,7 @@
         >
         >
           <div class="list-wrap">
           <div class="list-wrap">
             <div class="list-label">联系电话</div>
             <div class="list-label">联系电话</div>
-            <div class="list-val">{{ shop.telephone || '暂无' }}</div>
+            <div class="list-val">{{ shop.mobile || '暂无' }}</div>
           </div>
           </div>
           <div class="list-icon">
           <div class="list-icon">
             <i
             <i
@@ -135,7 +135,6 @@ export default {
           e.img = e.adImgUrl;
           e.img = e.adImgUrl;
           return e;
           return e;
         });
         });
-        // console.log('this.ad', JSON.stringify(this.ad))
         this.shop = res.data.shop;
         this.shop = res.data.shop;
         if (!this.$util.isEmpty(res.data.newUserGift)) {
         if (!this.$util.isEmpty(res.data.newUserGift)) {
           this.newUserGift = res.data.newUserGift;
           this.newUserGift = res.data.newUserGift;