提交
This commit is contained in:
@@ -545,14 +545,16 @@
|
||||
},
|
||||
onHandleClickBuy(e) {
|
||||
var mynavData = JSON.stringify({
|
||||
goods: [this.selectGoodsData],
|
||||
goods: [{...this.selectGoodsData,productAmount:1}],
|
||||
typeId: 0,
|
||||
navTitle: this.options.navTitle,
|
||||
title: this.options.title,
|
||||
sourceType: "curriculum",
|
||||
isFudu: this.isFudu,
|
||||
fuduId: this.fuduId
|
||||
fuduId: this.fuduId,
|
||||
|
||||
});
|
||||
|
||||
uni.navigateTo({
|
||||
url: `/pages/goods/order?data=${mynavData}`,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user