修改商品显示

master
于肖磊 2024-09-27 17:51:03 +08:00
parent 51091feb54
commit 9415b557c9
1 changed files with 2 additions and 1 deletions

View File

@ -418,7 +418,7 @@
goods = this.shop_content_list[index][split_index];
}
if (this.form.shop_button_effect == '0') {
app.globalData.url_event(goods.goods_url);
app.globalData.url_open(goods.goods_url);
} else {
if ((this.$refs.goods_buy || null) != null) {
// 线
@ -441,6 +441,7 @@
},
//
goods_cart_back_event(e) {
app.globalData.showToast('加入成功', 'success');
//
var { index, split_index } = e.back_data;
let new_data = this.list;