1.微信小程序兼容性优化
parent
82f5b885f1
commit
56e781eecd
|
|
@ -663,7 +663,7 @@
|
|||
this.setData({
|
||||
popup_view_pay_html_is_show: false,
|
||||
});
|
||||
this.to_fail_page_event();
|
||||
this.to_other();
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
|
|||
|
|
@ -327,7 +327,7 @@
|
|||
// 支付失败跳转的页面
|
||||
to_fail_page: '/pages/user-order/user-order',
|
||||
// 现金--跳转指定页面
|
||||
to_appoint_page: '',
|
||||
to_appoint_page: '/pages/user-order/user-order',
|
||||
};
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue