|
@@ -26,13 +26,13 @@
|
|
<view class="label" style="width: 50%;" @click="showTip(1)">是否设置完成 <u-icon color="#ffaa00" name="question-circle"></u-icon></view>
|
|
<view class="label" style="width: 50%;" @click="showTip(1)">是否设置完成 <u-icon color="#ffaa00" name="question-circle"></u-icon></view>
|
|
<view class="text" style="width: 50%;text-align: right;"><u-switch v-model="switchVal" @change="switchChange"></u-switch></view>
|
|
<view class="text" style="width: 50%;text-align: right;"><u-switch v-model="switchVal" @change="switchChange"></u-switch></view>
|
|
</view>
|
|
</view>
|
|
- <view class="card-row align_center flex justify_between" v-if="showMore">
|
|
|
|
|
|
+ <!-- <view class="card-row align_center flex justify_between" v-if="showMore">
|
|
<view class="label" style="width: 40%;" @click="showTip(0)">价格显示 <u-icon color="#ffaa00" name="question-circle"></u-icon></view>
|
|
<view class="label" style="width: 40%;" @click="showTip(0)">价格显示 <u-icon color="#ffaa00" name="question-circle"></u-icon></view>
|
|
<view class="text flex align_center" style="width: 60%;text-align: right;" @click="updateShowPrice = true">
|
|
<view class="text flex align_center" style="width: 60%;text-align: right;" @click="updateShowPrice = true">
|
|
<text style="width: 80%;flex: 1;">非铺货产品——{{ showPrice == '1' ? '显示': '不显示' }}价格</text>
|
|
<text style="width: 80%;flex: 1;">非铺货产品——{{ showPrice == '1' ? '显示': '不显示' }}价格</text>
|
|
<u-icon name="arrow-right" color="#969da3" size="28"></u-icon>
|
|
<u-icon name="arrow-right" color="#969da3" size="28"></u-icon>
|
|
</view>
|
|
</view>
|
|
- </view>
|
|
|
|
|
|
+ </view> -->
|
|
<view class="moreSeting" @click="showMore=!showMore">
|
|
<view class="moreSeting" @click="showMore=!showMore">
|
|
<text>{{!showMore?'更多设置':'收起'}}</text> <u-icon :name="showMore?'arrow-up':'arrow-down'"></u-icon>
|
|
<text>{{!showMore?'更多设置':'收起'}}</text> <u-icon :name="showMore?'arrow-up':'arrow-down'"></u-icon>
|
|
</view>
|
|
</view>
|