|
@@ -50,29 +50,31 @@
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
- <view class="skill-sequence-panel-content-wrapper">
|
|
|
|
|
|
|
+<!-- <view class="skill-sequence-panel-content-wrapper">-->
|
|
|
|
|
|
|
|
- <view class="itemTitle">
|
|
|
|
|
- <text>活动项目</text>
|
|
|
|
|
- </view>
|
|
|
|
|
|
|
+<!-- <view class="itemTitle">-->
|
|
|
|
|
+<!-- <text>活动项目</text>-->
|
|
|
|
|
+<!-- </view>-->
|
|
|
|
|
+
|
|
|
|
|
+<!-- <scroll-view scroll-x="true" class="kite-classify-scroll">-->
|
|
|
|
|
+<!-- <view class="kite-classify-cell" v-for="(item, index) in activityList" :key="index" @click="goDetail(item)">-->
|
|
|
|
|
+<!-- <view class="money">-->
|
|
|
|
|
+<!-- <text class="v">{{item.salePrice}}</text>-->
|
|
|
|
|
+<!-- </view>-->
|
|
|
|
|
+
|
|
|
|
|
+<!-- <view class="desc">-->
|
|
|
|
|
+<!-- <text>{{item.title}} </text>-->
|
|
|
|
|
+<!-- </view>-->
|
|
|
|
|
+<!-- </view>-->
|
|
|
|
|
+<!-- </scroll-view>-->
|
|
|
|
|
+<!-- </view>-->
|
|
|
|
|
|
|
|
- <scroll-view scroll-x="true" class="kite-classify-scroll">
|
|
|
|
|
- <view class="kite-classify-cell" style="background-image: url('/static/recharge/dianka1.png')" v-for="(item, index) in activityList" :key="index" @click="goDetail(item)">
|
|
|
|
|
- <view class="money">
|
|
|
|
|
- <text class="v">{{item.salePrice}}</text>
|
|
|
|
|
- </view>
|
|
|
|
|
|
|
|
|
|
- <view class="desc">
|
|
|
|
|
- <text>{{item.title}} </text>
|
|
|
|
|
- </view>
|
|
|
|
|
- </view>
|
|
|
|
|
- </scroll-view>
|
|
|
|
|
- </view>
|
|
|
|
|
|
|
|
|
|
<view class="skill-sequence-panel-content-wrapper">
|
|
<view class="skill-sequence-panel-content-wrapper">
|
|
|
- <view class="itemTitle">
|
|
|
|
|
- <text>储值项目</text>
|
|
|
|
|
- </view>
|
|
|
|
|
|
|
+<!-- <view class="itemTitle">-->
|
|
|
|
|
+<!-- <text>储值项目</text>-->
|
|
|
|
|
+<!-- </view>-->
|
|
|
<scroll-view scroll-x="true" class="kite-classify-scroll">
|
|
<scroll-view scroll-x="true" class="kite-classify-scroll">
|
|
|
<view @click="selectActiveRecharge(item,index)" class="kite-classify-cell1" :class="{kiteBackImg:currentTab === index}" v-for="(item, index) in rechargeList" :key="index">
|
|
<view @click="selectActiveRecharge(item,index)" class="kite-classify-cell1" :class="{kiteBackImg:currentTab === index}" v-for="(item, index) in rechargeList" :key="index">
|
|
|
<view class="money">
|
|
<view class="money">
|
|
@@ -193,7 +195,8 @@
|
|
|
uni.showModal({
|
|
uni.showModal({
|
|
|
title:"储值详情",
|
|
title:"储值详情",
|
|
|
content: item.remark,
|
|
content: item.remark,
|
|
|
- showCancel:false
|
|
|
|
|
|
|
+ showCancel:false,
|
|
|
|
|
+ confirmText:"确定"
|
|
|
})
|
|
})
|
|
|
|
|
|
|
|
},
|
|
},
|
|
@@ -420,7 +423,7 @@
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.kite-classify-cell {
|
|
.kite-classify-cell {
|
|
|
- background-image: url("/static/recharge/dianka.png");
|
|
|
|
|
|
|
+ background-image: url("/static/recharge/dianka1.png");
|
|
|
background-repeat: no-repeat;
|
|
background-repeat: no-repeat;
|
|
|
background-size: cover;
|
|
background-size: cover;
|
|
|
display: inline-block;
|
|
display: inline-block;
|