no message

This commit is contained in:
2025-08-14 20:30:44 +08:00
parent 6e5e31ca6a
commit 2ff5cc2146
2 changed files with 8 additions and 2 deletions
@@ -194,10 +194,14 @@ export default {
selectAddress: {},// 收件地址选择
wayOption: [],
isShowBalance: false,
ji:0
};
},
onLoad(option) {
const ids = option.ids;
if(option.ji){
this.ji = 1;
}
if (ids && ids !== "null") {
this.ids = ids;
this.getOrder();
@@ -235,7 +239,9 @@ export default {
},
async getWayOption() {
let parmas = {
type:4
}
if(this.ji){
params['type'] = 4;
}
const result = await getSupportPay(parmas);
if (result && result.bizcode === 100) {
@@ -504,7 +504,7 @@ export default {
if (resp && resp.bizcode === 100) {
if (isBy) {
uni.navigateTo({
url: '/pages/order_package/order_submit/order_submit?ids=' + resp.data,
url: `/pages/order_package/order_submit/order_submit?ids=${resp.data}&ji=${ji}`,
})
} else {
uni.showToast({