|
|
@@ -50,7 +50,7 @@ Page({ |
|
|
|
wx.navigateToMiniProgram({
|
|
|
|
appId:'wx192b7d2e8dcbefd0',
|
|
|
|
extraData: this.data.extraData,
|
|
|
|
envVersion:'trial'
|
|
|
|
envVersion:'release'
|
|
|
|
})
|
|
|
|
// wx.navigateToMiniProgram({
|
|
|
|
// appId:'wxc07f9d67923d676d',
|
|
|
@@ -299,7 +299,7 @@ Page({ |
|
|
|
})
|
|
|
|
.catch(err => {
|
|
|
|
wx.showToast({
|
|
|
|
title: err.errMsg,
|
|
|
|
title: err.message,
|
|
|
|
icon: 'none',
|
|
|
|
duration: 2000,
|
|
|
|
mask: false
|
|
|
@@ -526,7 +526,7 @@ Page({ |
|
|
|
})
|
|
|
|
.catch(err => {
|
|
|
|
wx.showToast({
|
|
|
|
title: err.errMsg,
|
|
|
|
title: err.message,
|
|
|
|
icon: 'none',
|
|
|
|
duration: 2000,
|
|
|
|
mask: false
|
|
|
|