diff --git a/fuintAdmin/src/views/EventMarketing/SaveBlock/index.vue b/fuintAdmin/src/views/EventMarketing/SaveBlock/index.vue index e40cf5ed0..d96489a65 100644 --- a/fuintAdmin/src/views/EventMarketing/SaveBlock/index.vue +++ b/fuintAdmin/src/views/EventMarketing/SaveBlock/index.vue @@ -319,12 +319,11 @@ + label="有效期(天)"> + label="有效期(天)"> diff --git a/fuintAdmin/src/views/EventMarketing/activeConsumption/index.vue b/fuintAdmin/src/views/EventMarketing/activeConsumption/index.vue index 8706fe52d..de954a8e7 100644 --- a/fuintAdmin/src/views/EventMarketing/activeConsumption/index.vue +++ b/fuintAdmin/src/views/EventMarketing/activeConsumption/index.vue @@ -251,12 +251,11 @@ + label="有效期(天)"> + label="有效期(天)"> diff --git a/fuintAdmin/src/views/EventMarketing/activeNewlyweds/index.vue b/fuintAdmin/src/views/EventMarketing/activeNewlyweds/index.vue index 1eb8ca9f1..97671cda7 100644 --- a/fuintAdmin/src/views/EventMarketing/activeNewlyweds/index.vue +++ b/fuintAdmin/src/views/EventMarketing/activeNewlyweds/index.vue @@ -114,17 +114,17 @@ label="有效期(天)" > @@ -279,15 +279,15 @@ label="有效期(天)" > -
-
+ + -
-
+ + +
注:当前到期时间为用户充值后电子囤油卡的余油的到期时间,如果到期后没有用完则自动转为电子储值卡余额
diff --git a/fuintAdmin/src/views/EventMarketing/yijiancoupon/index.vue b/fuintAdmin/src/views/EventMarketing/yijiancoupon/index.vue index d3c50df87..d2dc5bbd6 100644 --- a/fuintAdmin/src/views/EventMarketing/yijiancoupon/index.vue +++ b/fuintAdmin/src/views/EventMarketing/yijiancoupon/index.vue @@ -191,9 +191,9 @@ label="有效期(天)" >
@@ -258,7 +258,7 @@ label="有效期(天)" > diff --git a/fuintAdmin/src/views/userGrade/index.vue b/fuintAdmin/src/views/userGrade/index.vue index 006412e80..f27b7b996 100644 --- a/fuintAdmin/src/views/userGrade/index.vue +++ b/fuintAdmin/src/views/userGrade/index.vue @@ -346,9 +346,9 @@ label="有效期(天)" width="240"> diff --git a/fuintAdmin_zt/src/main.js b/fuintAdmin_zt/src/main.js index f14522b38..82a714338 100644 --- a/fuintAdmin_zt/src/main.js +++ b/fuintAdmin_zt/src/main.js @@ -48,8 +48,8 @@ Vue.prototype.getName = getName Vue.prototype.download = download Vue.prototype.handleTree = handleTree // Vue.prototype.pcUrl = 'http://192.168.0.121:82/' -Vue.prototype.pcUrl = 'http://192.168.31.96:82/' -// Vue.prototype.pcUrl = 'http://47.95.206.185:85/' +// Vue.prototype.pcUrl = 'http://192.168.31.96:82/' +Vue.prototype.pcUrl = 'http://47.95.206.185:85/' // 全局组件挂载 Vue.component('DictTag', DictTag) diff --git a/gasStation-uni/pages/index/index.vue b/gasStation-uni/pages/index/index.vue index 3a68df9ad..9202c0407 100644 --- a/gasStation-uni/pages/index/index.vue +++ b/gasStation-uni/pages/index/index.vue @@ -41,7 +41,7 @@ 本站活动 - + @@ -53,6 +53,7 @@ 积分商城 + . @@ -159,6 +160,7 @@ export default { data() { return { + isOpen:false, chainStoreId: '', indicatorDots: true, autoplay: true, @@ -279,6 +281,13 @@ tabbar }, methods: { + isRecharge(){ + if (this.isOpen){ + this.isOpen = false; + }else{ + this.isOpen = true + } + }, // 返回图片路径 getBannerUrl(url) { let imgurl = "" diff --git a/gasStation-uni/pagesHome/oilRecharge/oilRecharge.vue b/gasStation-uni/pagesHome/oilRecharge/oilRecharge.vue index 2ee3d0820..0a8cd8a41 100644 --- a/gasStation-uni/pagesHome/oilRecharge/oilRecharge.vue +++ b/gasStation-uni/pagesHome/oilRecharge/oilRecharge.vue @@ -433,14 +433,25 @@ }, //储值卡充值 addValueCarRecords() { - - // if (this.carValueId == '') { - // uni.showToast({ - // title: "储值卡为必填项", - // icon: "error" - // }) - // return - // } + if (this.types==0){ + if (this.carValueId == '') { + uni.showToast({ + title: "当前店铺暂未设置电子囤油卡储值优惠,请先联系商家", + icon: "error" + }) + return + } + }else{ + if (!this.balance || this.balance<=0) { + uni.showToast({ + title: "请填写充值金额,并确保充值金额大于0", + icon: "error" + }) + return + } + } + + let _this = this request({