|
@@ -22,7 +22,7 @@
|
|
|
<view><u-icon name="volume" color="#f2a557" :size="28" :margin-right='15'></u-icon> 您有待取货的货架订单哦!</view> <text class="text">立即处理>></text>
|
|
|
</view>
|
|
|
<!-- 门店审核不通过 -->
|
|
|
- <view class="notices flex" v-if="storeApply.auditStatus=='REFUSE'&&storeApply.readFlag=='0'">
|
|
|
+ <view class="notices flex" v-if="storeApply&&storeApply.auditStatus=='REFUSE'&&storeApply.readFlag=='0'">
|
|
|
<view><u-icon name="volume" color="#f2a557" :size="28" :margin-right='15'></u-icon> 门店认证资料审核不通过,请重新提交审核!</view> <text class="text" @click="toKnow">知道了</text>
|
|
|
</view>
|
|
|
<!-- 名片 -->
|
|
@@ -47,7 +47,7 @@
|
|
|
</view>
|
|
|
<view>
|
|
|
<text v-if="hasLogin&&userInfo&&userInfo.sysUserFlag == '0'" class="user-rz">
|
|
|
- {{storeApply.auditStatus=='WAIT'?'认证门店审核中':'认证成为门店'}}
|
|
|
+ {{storeApply&&storeApply.auditStatus=='WAIT'?'认证门店审核中':'认证成为门店'}}
|
|
|
</text>
|
|
|
<u-icon name="arrow-right"></u-icon>
|
|
|
</view>
|