路徑:/pages/goods/order_confirm/index.vue
查找函數(shù):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
查找函數(shù)onLoad()
方便復(fù)制:
case 'is_store':
case 'delivery_type':
case 'store_id':
如圖:
修改完記得打包