|
|
@@ -91,14 +91,6 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
|
- <view style="text-align: center;font-size:42upx;font-weight:bold;color:red;margin-bottom:30upx;margin-top:10upx;" @click="setMemberLevel" v-if="shopInfo.memberLevelSet == 0">
|
|
|
- 请设置会员等级
|
|
|
- <text style="color:#3385ff;text-decoration: underline;margin-left:10upx;">去设置</text>
|
|
|
- </view>
|
|
|
- <view style="text-align: center;font-size:42upx;font-weight:bold;color:red;margin-bottom:30upx;margin-top:10upx;" @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="background-color: #fff2f0; color: #ff4d4f; font-size: 36upx; font-weight: bold; text-align: center; margin: 0 -30upx 15upx -30upx; padding: 20upx 30upx; border-left: 4upx solid #ff4d4f;">{{ data.warning }}</view>
|
|
|
|
|
|
<view class="module-com flower-module">
|