增加轮播图点击跳转示例,修改提交订单报错的问题

This commit is contained in:
gaoxs
2020-06-18 10:57:28 +08:00
parent a4be7ec783
commit 05fa6064f3
2 changed files with 3 additions and 2 deletions

View File

@ -522,6 +522,7 @@ export default {
if (this.$deviceType == "app") {
from.from = "app";
}
console.log(this.storeItems, this.systemStore);
createOrder(this.orderGroupInfo.orderKey, {
realName: this.contacts,
phone: this.contactsTel,
@ -536,7 +537,7 @@ export default {
from: this.from,
mark: this.mark || "",
shippingType: parseInt(shipping_type) + 1,
storeId: this.storeItems.id || this.systemStore.id,
storeId: this.storeItems ? this.storeItems.id : this.systemStore.id,
...from
})
.then(res => {