|
|
@@ -38,7 +38,7 @@
|
|
|
<img :src="`${constant.imgUrl}/retail/common/trademark.png`" alt />
|
|
|
</div>
|
|
|
<!-- buttom -->
|
|
|
- <div class="app-footer" @click="tryUse" v-if="getLoginInfo.openShop == 1">申请试用</div>
|
|
|
+ <div class="app-footer" @click="tryUse" v-if="getLoginInfo.openShop == 1">申请</div>
|
|
|
<div class="app-footer" v-if="getLoginInfo.openShop == 2">审核中</div>
|
|
|
<div class="app-footer" v-if="getLoginInfo.openShop == 3" @click="renwe">续期</div>
|
|
|
</div>
|
|
|
@@ -81,7 +81,7 @@ export default {
|
|
|
backgroundImg: `${this.$constant.imgUrl}/retail/official/bg.png`,
|
|
|
contentData: [
|
|
|
{
|
|
|
- title: `<span class="app-color-1">一键开通商城</span>`,
|
|
|
+ title: `<span class="app-color-1">小程序商城</span>`,
|
|
|
subTitle: `线上线下二个门店,店铺管理一个系统,经营管理更方便`,
|
|
|
img: `${this.$constant.imgUrl}/retail/official/content-1.png`
|
|
|
},
|