shish 5 years ago
parent
commit
de1d41345f

+ 1 - 1
ghsApp/src/pagesStorehouse/shop/list.vue

@@ -21,7 +21,7 @@
 			</view>
 		</scroll-view>
 		<view class="under-bar">
-			<button :class="['admin-button-com', 'middle', 'blue']" @click="">
+			<button :class="['admin-button-com', 'middle', 'blue']" >
 				添加
 			</button>
 		</view>

+ 1 - 1
hdApp/src/admin/recharge/renew.vue

@@ -14,7 +14,7 @@
         class="immediately"
         @click="onceRecharge"
       >立即充值</view>
-      <view class="use">本次充值仅限在<text style="color: #666;padding: 0 10upx;font-weight: 700;">{{initData.shopName}}</text>门店使用</view>
+      <view class="use">本次充值仅限在<text style="color: #666;padding: 0 10upx;font-weight: 700;">{{initData.merchantName}} {{initData.shopName}}</text>门店使用</view>
       <view class="use use_margin"><text style="color: #666;">{{initData.userNum}}</text> 人已充值</view>
       <view class="user_avator">
         <image src="https://img.huaml.com/recharge/has_recharge.png"></image>

+ 2 - 2
hdApp/src/components/none-hd.vue

@@ -4,8 +4,8 @@
       :src="`${constant.imgUrl}/ghs/home/deserve.png`"
       class="noData_img"
     ></image>
-    <view class="no_data_text">您还没有店,无法采购哦~</view>
-    <view class="freeApply" @click="apply">免费申请</view>
+    <view class="no_data_text">您还没有店,无法采购哦~</view>
+    <view class="freeApply" @click="apply">免费开店</view>
   </view>
 </template>