|
@@ -258,9 +258,6 @@
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
</uni-popup>
|
|
</uni-popup>
|
|
|
-
|
|
|
|
|
- <view v-if="getMyShopInfo && getMyShopInfo.scan == 1" @click="beginScan()" style="width:120upx;height:120upx;position:fixed;bottom:150upx;right:30upx;background-color:#3385FF;color:white;border-radius:60upx;text-align:center;line-height:120upx;">扫码</view>
|
|
|
|
|
-
|
|
|
|
|
<uni-popup ref="discountRef" background-color="#fff" type="center" :animation="false" class="class-popup-style">
|
|
<uni-popup ref="discountRef" background-color="#fff" type="center" :animation="false" class="class-popup-style">
|
|
|
<view style="display:flex;padding:20upx;min-height:25vh;justify-content: space-between;align-items:center;flex-wrap:wrap;">
|
|
<view style="display:flex;padding:20upx;min-height:25vh;justify-content: space-between;align-items:center;flex-wrap:wrap;">
|
|
|
<text v-for="(item, index) in discountList" :key="index" @click="setDiscount(item.value)"
|
|
<text v-for="(item, index) in discountList" :key="index" @click="setDiscount(item.value)"
|