bug
This commit is contained in:
parent
a389ac5d43
commit
17e470d9c4
@ -162,7 +162,7 @@
|
||||
chainStoreId: '',
|
||||
indicatorDots: true,
|
||||
autoplay: true,
|
||||
interval: 3500,
|
||||
interval: 3000,
|
||||
duration: 500,
|
||||
joinmsg: '',
|
||||
msg: "1",
|
||||
|
@ -18,9 +18,17 @@
|
||||
</view>
|
||||
<!-- 储值充值 -->
|
||||
<view class="boxback" v-if="actinput == 0">
|
||||
<view class="box_s" v-for="(item,index) in actList" :key="index">
|
||||
<swiper class="swiper" style="width: 100%;height: 70px;" circular
|
||||
:autoplay="autoplay" :interval="interval" :vertical="true" :duration="duration">
|
||||
<swiper-item class="conttainer-box" v-for="(item,index) in actList" :key="index">
|
||||
<view class="box_s">
|
||||
{{item.discountActiveDescribe || ''}}
|
||||
</view>
|
||||
</swiper-item>
|
||||
</swiper>
|
||||
<!-- <view class="box_s" v-for="(item,index) in actList" :key="index">
|
||||
{{item.discountActiveDescribe || ''}}
|
||||
</view>
|
||||
</view> -->
|
||||
<!-- <view style="display: flex; align-items: center; justify-content: space-around;">
|
||||
<view class="" @click="types = 0"> <u-button type="primary" text="自定义金额"></u-button></view>
|
||||
<view class="" @click="types = 1"> <u-button type="primary" :plain="true" text="金额选项"></u-button>
|
||||
@ -222,6 +230,9 @@
|
||||
shuomingFList: [],
|
||||
columns: [],
|
||||
actList: [],
|
||||
autoplay: true,
|
||||
interval: 3000,
|
||||
duration: 500,
|
||||
taplist: [{
|
||||
title: '金额选项'
|
||||
},
|
||||
@ -270,7 +281,7 @@
|
||||
|
||||
}).then(res => {
|
||||
if (res.code == 200) {
|
||||
console.log(res);
|
||||
console.log(res,111);
|
||||
this.actList = res.data
|
||||
}
|
||||
})
|
||||
@ -582,7 +593,7 @@
|
||||
this.cardValueList = []
|
||||
if (res.code == 200) {
|
||||
this.cardValueList = res.data.records
|
||||
console.log(res.data.records);
|
||||
console.log(res.data.records,22);
|
||||
this.xzindex(0, res.data.records[0].rechargeBalance, res.data.records[0].fringeBenefit,
|
||||
res.data.records[0].giftBalance, res.data.records[0].points, res.data.records[0]
|
||||
.growthValue, res.data.records[0]
|
||||
|
Loading…
Reference in New Issue
Block a user