11
This commit is contained in:
parent
5dfc233c31
commit
0888b7e412
|
@ -19,8 +19,8 @@ const install = (Vue, vm) => {
|
|||
// },
|
||||
// });
|
||||
Vue.prototype.$u.http.setConfig({
|
||||
baseUrl: 'http://192.168.2.81:3302',
|
||||
// baseUrl: 'https://kang.chuangtewl.com/prod-api',
|
||||
// baseUrl: 'http://192.168.2.81:3302',
|
||||
baseUrl: 'https://kang.chuangtewl.com/prod-api',
|
||||
loadingText: '努力加载中~',
|
||||
loadingTime: 800,
|
||||
// 设置自定义头部content-type
|
||||
|
|
|
@ -397,18 +397,15 @@
|
|||
}
|
||||
})
|
||||
that.$u.get(`/app/bill/recharge/${dingobj}/bluetoothSuccess`).then(res => {
|
||||
if (res.code == 200) {
|
||||
// if (res.code == 200) {
|
||||
that.zhifuflag = true
|
||||
console.log('蓝牙离线充值成功11')
|
||||
setTimeout
|
||||
(() => {
|
||||
setTimeout(() => {
|
||||
uni.navigateTo({
|
||||
url: '/page_fenbao/dingdan?billId=' + that.billId
|
||||
})
|
||||
},
|
||||
1000
|
||||
)
|
||||
}
|
||||
},1000)
|
||||
// }
|
||||
}
|
||||
)
|
||||
}
|
||||
|
|
|
@ -61,7 +61,7 @@
|
|||
</view>
|
||||
<view class="xiao">
|
||||
<view>套餐时长</view>
|
||||
<view>{{item.suitTime}}{{item.timeUnit == 3 ? '分钟' : '小时'}}</view>
|
||||
<view>{{item.suitTime}}{{item.suitTimeUnit == 3 ? '分钟' : '小时'}}</view>
|
||||
</view>
|
||||
<view class="xiao">
|
||||
<view>合作伙伴信息</view>
|
||||
|
|
Loading…
Reference in New Issue
Block a user