Sfoglia il codice sorgente

feat:删除储值页面的活动

zhanghui 4 mesi fa
parent
commit
5304c399a9

+ 23 - 20
myPages/recharge/index.vue

@@ -50,29 +50,31 @@
 					</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="itemTitle">
-            <text>储值项目</text>
-          </view>
+<!--          <view class="itemTitle">-->
+<!--            <text>储值项目</text>-->
+<!--          </view>-->
 					<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 class="money">
@@ -193,7 +195,8 @@
         uni.showModal({
           title:"储值详情",
           content: item.remark,
-          showCancel:false
+          showCancel:false,
+          confirmText:"确定"
         })
 
       },
@@ -420,7 +423,7 @@
 	}
 
   .kite-classify-cell {
-    background-image: url("/static/recharge/dianka.png");
+    background-image: url("/static/recharge/dianka1.png");
     background-repeat: no-repeat;
     background-size: cover;
     display: inline-block;

+ 2 - 1
orderPages/bookService/index.vue

@@ -665,7 +665,8 @@
           uni.showModal({
             title:"温馨提示",
             content:"当前默认门店为" + this.storeInfo.storeName + "是否需要更换",
-            showCancel:false
+            showCancel:false,
+            confirmText:"知道了"
           })
 					this.$api.getServicePersonTime({
 						personId: this.serviceTeacherList[0].personId,

+ 2 - 1
orderPages/storeService/index.vue

@@ -488,7 +488,8 @@
           uni.showModal({
             title:"温馨提示",
             content:"当前默认门店为" + this.storeInfo.storeName + "是否需要更换",
-            showCancel:false
+            showCancel:false,
+            confirmText:"知道了"
           })
 					let periodTimeList = JSON.parse(JSON.stringify(this.periodTimeList))
 					periodTimeList.forEach(i=>{