add
This commit is contained in:
commit
8c03b3eafc
|
@ -287,11 +287,11 @@
|
||||||
}).then(res=>{
|
}).then(res=>{
|
||||||
uni.requestPayment({
|
uni.requestPayment({
|
||||||
provider: 'wxpay',
|
provider: 'wxpay',
|
||||||
timeStamp: res.data.config.timeStamp,
|
timeStamp: res.data.timeStamp,
|
||||||
nonceStr: res.data.config.nonceStr,
|
nonceStr: res.data.nonceStr,
|
||||||
package: res.data.config.package,
|
package: res.data.package,
|
||||||
signType: res.data.config.signType,
|
signType: res.data.signType,
|
||||||
paySign: res.data.config.paySign,
|
paySign: res.data.paySign,
|
||||||
success: (e) => {
|
success: (e) => {
|
||||||
if(e.errMsg == 'requestPayment:ok'){
|
if(e.errMsg == 'requestPayment:ok'){
|
||||||
uni.showModal({
|
uni.showModal({
|
||||||
|
|
|
@ -33,7 +33,7 @@ const useUserStore = defineStore("user", () => {
|
||||||
mobile: "19330904744",
|
mobile: "19330904744",
|
||||||
nickname: "用户1714964250",
|
nickname: "用户1714964250",
|
||||||
supplier: null,
|
supplier: null,
|
||||||
token: "31f74a72e2d05673ec14d2a6408718ef"
|
token: "33bb1ca5e6c98a6f948ad56b75471fb8"
|
||||||
}
|
}
|
||||||
// #endif
|
// #endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue