diff --git a/common/http.interceptor.js b/common/http.interceptor.js index 9c734f5..dec621d 100644 --- a/common/http.interceptor.js +++ b/common/http.interceptor.js @@ -19,8 +19,8 @@ const install = (Vue, vm) => { // }, // }); Vue.prototype.$u.http.setConfig({ - // baseUrl: 'http://192.168.2.81:10002', - baseUrl: 'https://kg.chuangtewl.com/prod-api', + baseUrl: 'http://192.168.2.81:10002', + // baseUrl: 'https://kg.chuangtewl.com/prod-api', // loadingText: '努力加载中~', // loadingTime: 1000, // 设置自定义头部content-type diff --git a/page_components/fuwu/index.vue b/page_components/fuwu/index.vue index b8d2566..3ba2e3a 100644 --- a/page_components/fuwu/index.vue +++ b/page_components/fuwu/index.vue @@ -113,7 +113,7 @@ 我已同意 - 《用户服务协议》 + 《用户服务协议》 《隐私政策》 立即支付 @@ -350,8 +350,13 @@ }) }, - // 用户服务协议 + // btnyinsi(){ + uni.navigateTo({ + url: '/page_fenbao/statulist/about/index?tit=' + '隐私政策' + }) + }, + btnyonghu(){ uni.navigateTo({ url: '/page_fenbao/statulist/about/index?tit=' + '用户服务协议' }) diff --git a/page_components/shebeixz.vue b/page_components/shebeixz.vue index 884ad6b..edca7f3 100644 --- a/page_components/shebeixz.vue +++ b/page_components/shebeixz.vue @@ -7,8 +7,11 @@ - {{item.deviceName.length > 5 ? item.deviceName.substring(0,4) + '...' : item.deviceName}} - SN:{{item.deviceNo}} + {{item.deviceName.length > 5 ? item.deviceName.substring(0,4) + '...' : item.deviceName}} + SN:{{item.deviceNo}} + + 已应用 + 未应用 diff --git a/page_components/wifilist/index.vue b/page_components/wifilist/index.vue index d676b94..0076cdf 100644 --- a/page_components/wifilist/index.vue +++ b/page_components/wifilist/index.vue @@ -535,22 +535,11 @@ }); return; } - // uni.showLoading({ - // title: '正在配网', - // mask: true - // }) this.textwifi = '连接中...' xBlufi.notifySendCustomData({       customData: "ssid@" + this.ssid + "pass@" + this.password  }) - // xBlufi.notifySendCustomData({ - // customData: "ssid@" + this.name - // }) - - // xBlufi.notifySendCustomData({ - // customData: "pass@" + this.password - // }) }, diff --git a/page_fenbao/statulist/about/index.vue b/page_fenbao/statulist/about/index.vue index d6f8c5d..909382f 100644 --- a/page_fenbao/statulist/about/index.vue +++ b/page_fenbao/statulist/about/index.vue @@ -41,8 +41,10 @@ this.tit = option.tit if (option.tit == '关于我们') { this.getabout() - }else{ + }else if(option.tit == '隐私政策'){ this.getabouts() + }else if(option.tit == '用户服务协议'){ + this.getaboutss() } }, methods: { @@ -55,7 +57,7 @@ } }) }, - // 用户隐私协议 + // 隐私政策 getabouts() { let type = 'privacy' this.$u.get(`/app/article/licence/${type}`).then((res) => { @@ -63,6 +65,15 @@ this.obj = res.data } }) + }, + // 用户协议 + getaboutss() { + let type = 'user' + this.$u.get(`/app/article/licence/${type}`).then((res) => { + if (res.code == 200) { + this.obj = res.data + } + }) } } } diff --git a/page_fenbao/statulist/myorder/detailxq/index.vue b/page_fenbao/statulist/myorder/detailxq/index.vue index e16f2a1..eba462b 100644 --- a/page_fenbao/statulist/myorder/detailxq/index.vue +++ b/page_fenbao/statulist/myorder/detailxq/index.vue @@ -4,6 +4,9 @@ height='50'> + + 订单号{{detailobj.billNo == undefined ? '--' : detailobj.billNo}} + 订单状态 @@ -29,34 +32,7 @@ - 设备编号{{detailobj.deviceName == undefined ? '--' : detailobj.deviceName}} - - - - 用户{{detailobj.userName == undefined ? '--' : detailobj.userName}} - - - 用户手机号{{detailobj.userMobile == undefined ? '--' : detailobj.userMobile}} - - - 收款人手机号{{detailobj.mchName == undefined ? '--' : detailobj.mchName}} - - - 消费时间{{detailobj.createTime == undefined ? '--' : detailobj.createTime}} - - - 套餐开始时间{{detailobj.suitStartTime == undefined ? '--' : detailobj.suitStartTime}} - - - 套餐结束时间{{detailobj.suitEndTime == undefined ? '--' : detailobj.suitEndTime}} - - - 套餐失效时间{{detailobj.suitExpireTime == undefined ? '--' : detailobj.suitExpireTime}} - - - 订单号{{detailobj.billNo == undefined ? '--' : detailobj.billNo}} + 设备名称{{detailobj.deviceName == undefined ? '--' : detailobj.deviceName}} 支付方式{{detailobj.channelName == undefined ? '--' : detailobj.channelName}} @@ -64,14 +40,17 @@ 套餐名称{{detailobj.suitName == undefined ? '--' : detailobj.suitName}} - - 套餐金额{{detailobj.money == undefined ? '--' : detailobj.money}} + + 套餐金额¥{{detailobj.money == undefined ? '--' : detailobj.money}} + + + 退款金额¥{{detailobj.refundAmount == undefined ? '--' : detailobj.refundAmount}} - 计时模式{{detailobj.suitFeeMode == 1 ? '单次计时' : '智能计时'}} + 收费模式{{detailobj.suitFeeMode == 1 ? '单次收费' : '智能收费'}} - 收费模式 + 收费方式 计时收费 按量收费 分时段按量收费 @@ -85,25 +64,23 @@ 分钟 - + + 支付时间{{detailobj.payTime == undefined ? '--' : detailobj.payTime}} + + + 套餐开始时间{{detailobj.suitStartTime == undefined ? '--' : detailobj.suitStartTime}} + + + 套餐结束时间{{detailobj.suitEndTime == undefined ? '--' : detailobj.suitEndTime}} + + - - - ¥{{detailobj.money == undefined ? '--' : detailobj.money}} 退款 - - - + @@ -146,7 +123,7 @@ if(option.billId){ this.billId = option.billId this.getlist() - this.getad() + // this.getad() } }, // 分享到好友(会话) @@ -203,6 +180,9 @@ icon: 'success', duration: 3000 }) + setTimeout(()=>{ + this.getlist() + },1000) }else{ uni.showToast({ title: res.msg, diff --git a/page_user/mapditu/orderxq.vue b/page_user/mapditu/orderxq.vue index 35385ac..ee3830f 100644 --- a/page_user/mapditu/orderxq.vue +++ b/page_user/mapditu/orderxq.vue @@ -4,6 +4,9 @@ height='50'> + + 订单号{{detailobj.billNo == undefined ? '--' : detailobj.billNo}} + 订单状态 @@ -29,11 +32,8 @@ - 设备编号{{detailobj.deviceName == undefined ? '--' : detailobj.deviceName}} + 设备名称{{detailobj.deviceName == undefined ? '--' : detailobj.deviceName}} - 用户{{detailobj.userName == undefined ? '--' : detailobj.userName}} @@ -41,22 +41,7 @@ 用户手机号{{detailobj.userMobile == undefined ? '--' : detailobj.userMobile}} - 收款人手机号{{detailobj.mchName == undefined ? '--' : detailobj.mchName}} - - - 消费时间{{detailobj.createTime == undefined ? '--' : detailobj.createTime}} - - - 套餐开始时间{{detailobj.suitStartTime == undefined ? '--' : detailobj.suitStartTime}} - - - 套餐结束时间{{detailobj.suitEndTime == undefined ? '--' : detailobj.suitEndTime}} - - - 套餐失效时间{{detailobj.suitExpireTime == undefined ? '--' : detailobj.suitExpireTime}} - - - 订单号{{detailobj.billNo == undefined ? '--' : detailobj.billNo}} + 支付时间{{detailobj.payTime == undefined ? '--' : detailobj.payTime}} 支付方式{{detailobj.channelName == undefined ? '--' : detailobj.channelName}} @@ -65,13 +50,16 @@ 套餐名称{{detailobj.suitName == undefined ? '--' : detailobj.suitName}} - 套餐金额{{detailobj.money == undefined ? '--' : detailobj.money}} + 套餐金额¥{{detailobj.money == undefined ? '--' : detailobj.money}} + + + 退款金额¥{{detailobj.refundAmount == undefined ? '--' : detailobj.refundAmount}} - 计时模式{{detailobj.suitFeeMode == 1 ? '单次计时' : '智能计时'}} + 收费模式{{detailobj.suitFeeMode == 1 ? '单次计时' : '智能计时'}} - 收费模式 + 收费方式 计时收费 按量收费 分时段按量收费 @@ -85,26 +73,28 @@ 分钟 - - + + 套餐开始时间{{detailobj.suitStartTime == undefined ? '--' : detailobj.suitStartTime}} + + + 套餐结束时间{{detailobj.suitEndTime == undefined ? '--' : detailobj.suitEndTime}} + + - - - ¥{{detailobj.money == undefined ? '--' : detailobj.money}} 退款 + 退款 - - + @@ -147,7 +137,7 @@ if(option.billId){ this.billId = option.billId this.getlist() - this.getad() + // this.getad() } }, // 分享到好友(会话) @@ -204,6 +194,9 @@ icon: 'success', duration: 3000 }) + setTimeout(()=>{ + this.getlist() + },1000) }else{ uni.showToast({ title: res.msg, diff --git a/page_user/sbdetail.vue b/page_user/sbdetail.vue index 7f30985..ef9404f 100644 --- a/page_user/sbdetail.vue +++ b/page_user/sbdetail.vue @@ -1,53 +1,58 @@