|
@@ -58,7 +58,7 @@
|
|
|
|
|
|
console.log(productParamJson)
|
|
console.log(productParamJson)
|
|
let extraJson = ''
|
|
let extraJson = ''
|
|
- extraJson = JSON.stringify([{type: '整间日常清洁', price: '388'}])
|
|
|
|
|
|
+ extraJson = JSON.stringify([{type: '整间日常清洁', price: '1'}])
|
|
console.log(extraJson)
|
|
console.log(extraJson)
|
|
const channel = 'wx_pub'
|
|
const channel = 'wx_pub'
|
|
const addressId = this.$store.state.user.userInfo.shop_address[0].address_id
|
|
const addressId = this.$store.state.user.userInfo.shop_address[0].address_id
|