Commit 3d96b0f3 by zhangzhen

细节优化

parent 5f87b3b0
......@@ -973,6 +973,7 @@
})
},
"fail": (resp) => {
console.log(resp,"支付失败")
// 取消支付或支付失败
uni.showToast({
title: "取消支付"
......
......@@ -145,6 +145,12 @@
}
},
onShareAppMessage() {
return {
title: `${this.orderInfo.storeName}-${this.orderInfo.roomName}${roomTypeName}】`,
path: `/pages/orderResult/orderResult?orderNo=${this.orderNo}`
}
},
methods:{
onGetDicts() {
let dicts = []
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment