🦀️ fix: 修复bug

This commit is contained in:
wangsongsole 2024-03-06 17:47:12 +08:00
parent e6bfbbce82
commit ff0807f91b
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@
// self.openErrorDialog("请在其他浏览器打开!"); // self.openErrorDialog("请在其他浏览器打开!");
// } else { // } else {
if (this.goodInfo.entity.is_webview == 1) { if (this.goodInfo.entity.is_webview == 1) {
this.publicCollection(res.data.original_order_number); this.publicCollection(res.data.order_number);
} else { } else {
//唤起微信福利官小程序 //唤起微信福利官小程序
window.location.replace(res.data.redirect_url); window.location.replace(res.data.redirect_url);