|
|
@@ -84,7 +84,10 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
|
- <view style="text-align: center;font-size:34upx;font-weight:bold;color:red;margin-bottom:20upx;" @click="setRecharge" v-if="shopInfo.rechargeWeal == 0">请先设置充值活动的规则</view>
|
|
|
+ <view style="text-align: center;font-size:34upx;font-weight:bold;color:red;margin-bottom:20upx;" @click="setRecharge" v-if="shopInfo.rechargeWeal == 0">
|
|
|
+ 请先设置充值活动的规则
|
|
|
+ <text style="color:#3385ff;text-decoration: underline;margin-left:10upx;">去设置</text>
|
|
|
+ </view>
|
|
|
|
|
|
<view v-if="!$util.isEmpty(data.warning)" style="color:red;font-size:36upx;font-weight:bold;text-align: center;margin-bottom:15upx;">{{ data.warning }}</view>
|
|
|
<view class="module-com">
|