|
|
@@ -33,7 +33,7 @@
|
|
|
<view class="image-box" >
|
|
|
<view class="dec">
|
|
|
<block v-if="showDeadline">
|
|
|
- 到期时间 {{ myInfo.deadline ? myInfo.deadline.substr(0,11) : '' }}
|
|
|
+ 到期时间 {{ myInfo.shopInfo && myInfo.shopInfo.deadline ? myInfo.shopInfo.deadline.substr(0,11) : '' }}
|
|
|
</block>
|
|
|
</view>
|
|
|
<image :src="`${constant.imgUrl}/ghs/me/upgrade2.png`"></image>
|