Commit ddcda12a authored by xieyishang's avatar xieyishang

~~~

parent 23579ffa
......@@ -4,6 +4,7 @@
class="orderItemss"
@tap="operation"
data-action="orderDetails"
v-if="dataorder.order_id"
:data-orderid='dataorder.order_id'
hover-class="uni-list-cell-hover"
>
......@@ -159,7 +160,7 @@
let res = await immediatelyOrder({
order_id:this.dataorder.order_id,
})
console.info("res",res);
this.$api.msg(res.msg);
if(res.code==0){
this.$emit("reload",{index});
......
......@@ -288,6 +288,7 @@
username:this.username,//收货人名字
tel:this.tel,//收货人电话
});
console.info('res',res);
uni.hideLoading();//结束加载
this.isClick=true;//能点击tab了
uni.stopPullDownRefresh();//结束下拉刷新
......
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