|
@@ -169,6 +169,7 @@ Page({
|
|
|
order_no: no,
|
|
|
order_num: that.data.device_id,
|
|
|
}, "post").then(function (res) {
|
|
|
+ console.log(res);
|
|
|
if (res.code != 200) {
|
|
|
|
|
|
that.countDown();
|
|
@@ -189,7 +190,7 @@ Page({
|
|
|
that.setData({
|
|
|
show: !that.data.show
|
|
|
})
|
|
|
- }, 3000)
|
|
|
+ }, 1000)
|
|
|
|
|
|
} else {
|
|
|
console.log(res);
|