diff --git a/page_components/fuwu/index.vue b/page_components/fuwu/index.vue index 3ea348b..9914bc4 100644 --- a/page_components/fuwu/index.vue +++ b/page_components/fuwu/index.vue @@ -46,7 +46,7 @@ 我已同意 - 《用户服务协议》 + 《用户服务协议》 立即支付 @@ -59,13 +59,13 @@ @@ -210,9 +425,11 @@ /deep/ .u-title { padding-bottom: 22rpx; } - /deep/ .u-checkbox__label{ + + /deep/ .u-checkbox__label { margin-right: 0 !important; } + // /deep/ .u-icon__icon{ // padding-bottom: 41rpx; // } diff --git a/page_fenbao/chongzhi.vue b/page_fenbao/chongzhi.vue index e6f0e5e..0042324 100644 --- a/page_fenbao/chongzhi.vue +++ b/page_fenbao/chongzhi.vue @@ -38,9 +38,9 @@ - + @@ -122,7 +122,6 @@ xBlufi.notifyStartDiscoverBle({ 'isStart': true }); - // this.dl = ((this.orderinfo.deviceAmount / this.orderinfo.unitPrice)*1000).toFixed(2); // 两秒后停止蓝牙搜索 setTimeout(() => { @@ -135,14 +134,14 @@ title: '暂无发现对应设备,请靠近设备', icon: 'none', duration:2000 - }); + }) // uni.hideLoading() } else { xBlufi.notifyConnectBle({ isStart: true, deviceId: this.deviceId, name: this.name - }); + }) // uni.hideLoading() } this.status = true @@ -275,8 +274,6 @@ } } }) - - }, bind() { if (this.ishave && this.isband) { @@ -449,14 +446,13 @@ }, // 点击重新搜索 Search() { + this.bluthlist = [] + this.devicesList = [] if (this.status) { xBlufi.notifyStartDiscoverBle({ 'isStart': true }); // 重新搜索清空蓝牙数组 - this.bluthlist = [] - this.devicesList = [] - // 重新搜索 // this.startBluetoothDevicesDiscovery() this.statusflag = true this.texts = '正在扫描蓝牙设备...' diff --git a/page_fenbao/sbshouye.vue b/page_fenbao/sbshouye.vue index 3b7f93d..0c6ca84 100644 --- a/page_fenbao/sbshouye.vue +++ b/page_fenbao/sbshouye.vue @@ -79,8 +79,9 @@ this.curtitidx = e.detail.current }, getlist() { - this.$u.get(`/app/device/list?storeId=${this.storeId}&pageNum=${this.pagenum}&pageSize=${this.pagesize}`) - .then((res) => { + // /app/device/listByStore/{storeId}?pageNum=1&pageSize=10 + this.$u.get(`/app/device/listByStore/${this.storeId}?pageNum=${this.pagenum}&pageSize=${this.pagesize}`) + .then((res) => { if (res.code == 200) { this.total = res.total if (this.total > 0) { diff --git a/page_user/mapditu/index.vue b/page_user/mapditu/index.vue index 82adceb..d7e43da 100644 --- a/page_user/mapditu/index.vue +++ b/page_user/mapditu/index.vue @@ -462,7 +462,7 @@ } .bu { - margin-left: 32rpx; + margin-left: 22rpx; background: #D9D8FF; color: #4D48B5; } diff --git a/page_user/wifijoint/index.vue b/page_user/wifijoint/index.vue index 466d0c5..9500161 100644 --- a/page_user/wifijoint/index.vue +++ b/page_user/wifijoint/index.vue @@ -145,13 +145,14 @@ content: `连接成功`, showCancel: false, success: function(res) { + uni.switchTab({ + url: '/pages/index/index' + }) // let ids = that.$store.state.user.deviceId wx.closeBLEConnection({ deviceId: this.objlist.deviceId, }) - uni.switchTab({ - url: '/pages/index/index' - }) + // getwifi(ids).then(res => { // console.log(res); // uni.switchTab({