|
|
@@ -531,7 +531,10 @@ export const useUserStore = defineStore('user', {
|
|
|
.map(([key, value]) => `${encodeURIComponent(key)}=${encodeURIComponent(value)}`)
|
|
|
.join('&')
|
|
|
const path = 'subPack-common/threePay/index'
|
|
|
- window.location.href = `weixin://dl/business/?appid=wx43b5b906cc30ed0b&path=${path}&query=${encodeURIComponent(queryString)}&env_version=develop`
|
|
|
+ // const env = 'develop'
|
|
|
+ const env = 'trial'
|
|
|
+ // const env = 'release'
|
|
|
+ window.location.href = `weixin://dl/business/?appid=wx43b5b906cc30ed0b&path=${path}&query=${encodeURIComponent(queryString)}&env_version=${env}`
|
|
|
uni.hideLoading()
|
|
|
// #endif
|
|
|
},
|