工作代码提交
This commit is contained in:
parent
c4318615e3
commit
05627a62d7
|
@ -8,7 +8,7 @@ const config = {
|
||||||
// #ifndef H5
|
// #ifndef H5
|
||||||
// host: 'http://91f.xyz:8080',
|
// host: 'http://91f.xyz:8080',
|
||||||
host: 'http://liuyd.cpolar.top',
|
host: 'http://liuyd.cpolar.top',
|
||||||
// host: 'http://liuyd.cpolar.top',
|
// host: 'http://hpedc3.natappfree.cc',
|
||||||
// #endif
|
// #endif
|
||||||
// 是否vivo显示
|
// 是否vivo显示
|
||||||
showVivo: true,
|
showVivo: true,
|
||||||
|
|
|
@ -147,6 +147,9 @@
|
||||||
if (rs.code == 200) {
|
if (rs.code == 200) {
|
||||||
// 提现回调
|
// 提现回调
|
||||||
getToWalletCallback()
|
getToWalletCallback()
|
||||||
|
|
||||||
|
//
|
||||||
|
uni.navigateBack()
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
util.alert({
|
util.alert({
|
||||||
|
|
|
@ -136,7 +136,6 @@
|
||||||
content: params.response.msg,
|
content: params.response.msg,
|
||||||
showCancel: false,
|
showCancel: false,
|
||||||
})
|
})
|
||||||
|
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
|
@ -4,8 +4,8 @@ import {
|
||||||
import uni from '@dcloudio/vite-plugin-uni';
|
import uni from '@dcloudio/vite-plugin-uni';
|
||||||
|
|
||||||
// let target = 'http://91f.xyz:8080'
|
// let target = 'http://91f.xyz:8080'
|
||||||
let target = 'http://liuyd.cpolar.top '
|
let target = 'http://liuyd.cpolar.top'
|
||||||
// let target = 'http://3qkcs4.natappfree.cc'
|
// let target = 'http://hpedc3.natappfree.cc'
|
||||||
|
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
plugins: [uni()],
|
plugins: [uni()],
|
||||||
|
|
Loading…
Reference in New Issue