Commit 20b41d75 authored by 黄媛媛's avatar 黄媛媛

update

parent 7beacd5b
......@@ -336,7 +336,12 @@ export default {
that.payInfo.OrderId = res.data.OrderId;
that.payInfo.total_price = that.ds.total_price;
}
else{
this.$refs.uToast.show({
title: res.data.message,
type: 'warning'
});
}
uni.hideNavigationBarLoading();
}
);
......@@ -505,6 +510,9 @@ export default {
this.address_enable=res.data.address_enable;
this.mchs = res.data.mch_list;
this.payInfo.GoodsName = this.mchs[0].goods_list[0].name.slice(0,10);
if(this.mchs[0].delivery.send_type_list && this.mchs[0].delivery.send_type_list.length>0){
this.formdata.DeliveryMethod=this.mchs[0].delivery.send_type_list[0].value;
}
this.ds = res.data;
this.expressPrice = 0.0;
this.goodPrice = 0.0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment