Compare commits

..

No commits in common. "bebd1393a6733dbd45772443a9e4a2f0d7146b3f" and "985778eb037cd6c13aa673eae5d92188055cbef8" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View File

@ -66,9 +66,9 @@ const unityPay = (options) => {
_options.aliPaySuccess(payConfig.body)
break
}
}).catch((error) => {
}).catch(() => {
util.Tips({
title: error
title: '预下单失败'
})
}).finally(uni.hideLoading)
}

View File

@ -28,7 +28,7 @@
"title": "生产版",
"env": {
"UNI_PLATFORM": "h5",
"isVConsole": false,
"isVConsole": true,
"APP_BASE_URL": "http://api.cyywl.top"
}
}