update uview 8.14
This commit is contained in:
parent
b266c9c775
commit
cb2e91f65a
@ -139,7 +139,7 @@ export default {
|
|||||||
goods_id: this.goodsInfo.goods_id,
|
goods_id: this.goodsInfo.goods_id,
|
||||||
num: this.number,
|
num: this.number,
|
||||||
store_id: this.store.store_id,
|
store_id: this.store.store_id,
|
||||||
appointment_time: new Date(this.time),
|
appointment_time: Math.floor(new Date(this.time).getTime() / 1000),
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
if (res.errCode == 0) {
|
if (res.errCode == 0) {
|
||||||
this.$refs.uToast.show({
|
this.$refs.uToast.show({
|
||||||
|
@ -76,7 +76,7 @@ export default {
|
|||||||
// console.log(goodsList);
|
// console.log(goodsList);
|
||||||
this.goods = goodsList[0];
|
this.goods = goodsList[0];
|
||||||
this.num = this.goods.goods_num;
|
this.num = this.goods.goods_num;
|
||||||
console.log(this.goods);
|
// console.log(this.goods);
|
||||||
},
|
},
|
||||||
getOrderInfo(id) {
|
getOrderInfo(id) {
|
||||||
this.$u.api.getOrderInfo({
|
this.$u.api.getOrderInfo({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user