|
@@ -111,7 +111,6 @@ Page({
|
|
|
selected = list[0]
|
|
|
}
|
|
|
|
|
|
- console.log(smallGoods, 'smallGoods')
|
|
|
this.setData({
|
|
|
list,
|
|
|
instrumentList, // 乐器列表
|
|
@@ -233,7 +232,6 @@ Page({
|
|
|
params.decimalPart = prices.decimalPart
|
|
|
}
|
|
|
|
|
|
- console.log(params, "params")
|
|
|
this.setData({
|
|
|
formatSelectGood: params
|
|
|
})
|
|
@@ -293,7 +291,7 @@ Page({
|
|
|
let info = JSON.stringify({
|
|
|
...that.data.selected
|
|
|
});
|
|
|
- console.log(that.data.selected, "that.data.selected")
|
|
|
+ // console.log(that.data.selected, "that.data.selected")
|
|
|
info = encodeURIComponent(info);
|
|
|
wx.navigateTo({
|
|
|
url: `../orders/order-detail?orderInfo=${info}`,
|