shccd159: 配置与页面更新

Made-with: Cursor
This commit is contained in:
apple
2026-03-18 10:38:36 +08:00
parent a14566122b
commit 7366ab1200
4 changed files with 7 additions and 7 deletions

View File

@@ -338,8 +338,8 @@ export default {
// 跳转到抢购页面
goToRushBuy() {
// #ifdef H5
window.location.href = 'https://jjy.fwxgpt.com/?#/pages/personal/index'
// window.location.href = 'https://ccd.fwxgpt.com/?#/pages/personal/index'
// window.location.href = 'https://jjy.fwxgpt.com/?#/pages/personal/index'
window.location.href = 'https://ccd.fwxgpt.com/?#/pages/personal/index'
// window.location.href = 'https://shop.wenjinhui.com/?#/pages/personal/index'
//window.location.href = 'https://anyue.szxingming.com/?#/pages/personal/index'
// window.location.href = 'https://xiashengjun.com/?#/pages/personal/index'
@@ -347,7 +347,7 @@ export default {
// #endif
// #ifndef H5
uni.navigateTo({
url: '/pages/web-view/index?url=' + encodeURIComponent('https://jjy.fwxgpt.com/?#/pages/personal/index')
url: '/pages/web-view/index?url=' + encodeURIComponent('https://ccd.fwxgpt.com/?#/pages/personal/index')
})
// #endif
},