路径:/pages/goods/order_confirm/index.vue
查找函数:goInvoice()
替换:
this.urlQuery = `new=${this.news}&cartId=${this.cartId}&pinkId=${this.pinkId}&couponId=${this.couponId}&addressId=${this.addressId}&specialInvoice=${this.special_invoice}&couponTitle=${this.couponTitle}&is_store=${this.isStore}&delivery_type=${this.deliveryType}&store_id=${this.storeId}`;
如图:
路径:/pages/users/user_invoice_form/index.vue
查找函数onLoad()
方便复制:
case 'is_store':
case 'delivery_type':
case 'store_id':
如图:
修改完记得打包