|
|
@@ -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 {
|