shish 2 miesięcy temu
rodzic
commit
3aeb0c7e93
1 zmienionych plików z 2 dodań i 10 usunięć
  1. 2 10
      hdApp/src/admin/home/me.vue

+ 2 - 10
hdApp/src/admin/home/me.vue

@@ -32,7 +32,7 @@
           <view v-if="showExpireCard" class="expire-card" @click="goRenew">
             <view class="expire-main">
               <text class="expire-label">到期时间</text>
-              <text class="expire-date" @click="editShop">{{ deadlineText }}</text>
+              <text class="expire-date">{{ deadlineText }}</text>
             </view>
             <view class="renew-link">
               <text class="renew-text">续费</text>
@@ -253,15 +253,7 @@ export default {
       } catch (e) {}
       // #endif
       return true;
-    },
-    editShop(){
-      this.$util.pageTo({ url: this.shopEditUrl })
-    },
-    shopEditUrl () {
-      const shopInfo = this.myInfo.shopInfo || {};
-      const id = shopInfo.id || this.myInfo.shopId || "";
-      return `/admin/shop/add?id=${id}`;
-    },
+    }
   },
   data () {
     return {