|
@@ -98,6 +98,7 @@
|
|
<!-- 设置价格显示弹框 -->
|
|
<!-- 设置价格显示弹框 -->
|
|
<u-modal v-model="updateShowPrice" :show-cancel-button="true" title="价格权限设置" @confirm="savePriceSet">
|
|
<u-modal v-model="updateShowPrice" :show-cancel-button="true" title="价格权限设置" @confirm="savePriceSet">
|
|
<view class="slot-content" style="padding: 1.5rem 1rem;text-align: center;">
|
|
<view class="slot-content" style="padding: 1.5rem 1rem;text-align: center;">
|
|
|
|
+ <view style="color: #999;font-size: 0.8rem;margin-bottom: 1rem;">提示:不勾选则不显示价格</view>
|
|
<u-checkbox-group @change="priceSetChange">
|
|
<u-checkbox-group @change="priceSetChange">
|
|
<u-checkbox v-for="item in showPrice" :key="item.paramCode" v-model="item.checked"
|
|
<u-checkbox v-for="item in showPrice" :key="item.paramCode" v-model="item.checked"
|
|
:name="item.paramCode">{{item.text}}</u-checkbox>
|
|
:name="item.paramCode">{{item.text}}</u-checkbox>
|