shish 2 лет назад
Родитель
Сommit
d6748d74c6
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      hdApp/src/admin/home/me.vue
  2. 1 1
      hdApp/src/admin/home/workbench.vue

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

@@ -102,7 +102,7 @@
             </tui-list-cell>
 
             <tui-list-cell @click="openPfShop()" class="line-cell" :hover="false" :arrow="true" v-if="!$util.isEmpty(getLoginInfo.admin) && getLoginInfo.admin.currentShopId > 0 && getLoginInfo.pfShopId == 0">
-              <view class="tui-title" style="color:red;">申请开批发店</view>
+              <view class="tui-title" style="color:red;">我要开批发店</view>
             </tui-list-cell>
 
             <!-- #ifdef APP-PLUS -->

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

@@ -337,7 +337,7 @@ export default {
     goMore(){
       let that = this
       uni.showActionSheet({
-        itemList: ['已屏蔽列表', '改进建议','开关商城','申请开批发店','修改密码'],
+        itemList: ['已屏蔽列表', '改进建议','开关商城','我要开批发店','修改密码'],
         success: function (res) {
           if(res.tapIndex == 0){
             that.$util.pageTo({url: '/pagesPurchase/pb'})