|
|
@ -20,7 +20,7 @@ |
|
|
{{(shop.shopName == undefined || shop.shopName == null) ?"":shop.shopName}} |
|
|
{{(shop.shopName == undefined || shop.shopName == null) ?"":shop.shopName}} |
|
|
</view> |
|
|
</view> |
|
|
<view class="title33" @tap="updateStatus"> |
|
|
<view class="title33" @tap="updateStatus"> |
|
|
{{businessStatus == '1'?'暂停营业':'正常营业'}} |
|
|
{{businessStatus == '1'?'当前-暂停营业':'当前-正常营业'}} |
|
|
<uni-icons type="right" size="12"></uni-icons> |
|
|
<uni-icons type="right" size="12"></uni-icons> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
|