shish 7 месяцев назад
Родитель
Сommit
e91af497f2
3 измененных файлов с 2 добавлено и 17 удалено
  1. 1 1
      hdApp/src/admin/home/apply.vue
  2. 0 15
      hdApp/src/admin/home/workbench.vue
  3. 1 1
      hdApp/src/pages.json

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

@@ -62,7 +62,7 @@ export default {
             { name: "功能开关", img: `${this.$constant.hostUrl}/image/ghs/home/shop2.png`, url: "/pagesPurchase/open",pf:1},
             { name: "失信人员", img: `${this.$constant.hostUrl}/image/ghs/home/shop2.png`, url: "/admin/ll/list",pf:1},
             { name: "会员等级", img: `${this.$constant.hostUrl}/image/ghs/home/shop2.png`, url: "/admin/member/level",pf:1},
-            { name: "充值福利", img: `${this.$constant.hostUrl}/image/ghs/home/shop2.png`, url: "/admin/recharge/discount",pf:1},
+            { name: "充值送钱", img: `${this.$constant.hostUrl}/image/ghs/home/shop2.png`, url: "/admin/recharge/discount",pf:1},
             { name: "收款码", img: `${this.$constant.hostUrl}/image/ghs/home/shop2.png`, url: "/admin/cg/code",pf:1},
             { name: "收款流水", img: `${this.$constant.hostUrl}/image/ghs/home/kcyjs2.png`, url: "/admin/order/scanPay",pf:1},
             { name: "已删商家", img: `${this.$constant.hostUrl}/image/ghs/home/icon_ghs2.png`, url: "/pagesPurchase/pb",pf:1}

+ 0 - 15
hdApp/src/admin/home/workbench.vue

@@ -94,21 +94,6 @@
         </view>
       </view>
 
-      <!-- 警告提示区域 -->
-      <view v-if="shopInfo.memberLevelSet == 0" class="alert-card alert-card-warning" @click="setMemberLevel">
-        <view class="alert-content">
-          <view class="alert-title">请设置会员等级</view>
-          <view class="alert-action">去设置</view>
-        </view>
-      </view>
-
-      <view v-if="shopInfo.rechargeWeal == 0" class="alert-card alert-card-warning" @click="setRecharge">
-        <view class="alert-content">
-          <view class="alert-title">请设置充值福利</view>
-          <view class="alert-action">去设置</view>
-        </view>
-      </view>
-
       <view v-if="!$util.isEmpty(data.warning)" class="alert-card alert-card-error">
         <view class="alert-content">
           <view class="alert-text">{{ data.warning }}</view>

+ 1 - 1
hdApp/src/pages.json

@@ -370,7 +370,7 @@
 			"pages": [
 				{ "path": "renew", "style": { "navigationBarTitleText": "免费续期"}},
 				{ "path": "rechargeSuccess", "style": { "navigationBarTitleText": "免费续期"}},
-				{ "path": "discount", "style": { "navigationBarTitleText": "充值福利"}},
+				{ "path": "discount", "style": { "navigationBarTitleText": "充值送钱"}},
 				{ "path": "rechargeCode", "style": { "navigationBarTitleText": "充值码"}}
 			]
 		},