工作代码提交

This commit is contained in:
sx 2025-04-07 19:27:14 +08:00
parent c4318615e3
commit 05627a62d7
4 changed files with 6 additions and 4 deletions

View File

@ -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,

View File

@ -147,6 +147,9 @@
if (rs.code == 200) { if (rs.code == 200) {
// //
getToWalletCallback() getToWalletCallback()
//
uni.navigateBack()
return return
} }
util.alert({ util.alert({

View File

@ -136,7 +136,6 @@
content: params.response.msg, content: params.response.msg,
showCancel: false, showCancel: false,
}) })
} }
</script> </script>

View File

@ -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()],