diff --git a/my/hongbao/youhuijuanList.vue b/my/hongbao/youhuijuanList.vue
index e668992..ce86c92 100644
--- a/my/hongbao/youhuijuanList.vue
+++ b/my/hongbao/youhuijuanList.vue
@@ -190,6 +190,7 @@
display: flex;
flex-direction: column;
align-items: center;
+ z-index: 666;
}
.time-money{
width: 100%;
diff --git a/my/order/pay.vue b/my/order/pay.vue
index 6016c66..eb2cb56 100644
--- a/my/order/pay.vue
+++ b/my/order/pay.vue
@@ -1626,6 +1626,7 @@
accomplishLatitude:latitude,
earlyFinishReason: that.earlyFinishReason,
}
+ that.$queue.showLoading('提交中...')
that.$Request.post('/app/artificer/accomplishOrders', data).then(res => {
if (res.code == 0||res.code == 200) {
uni.showToast({
@@ -1636,7 +1637,9 @@
uni.switchTab({
url:'/pages/order/index'
})
+ uni.hideLoading();
}else{
+ uni.hideLoading();
that.getOrder()
uni.showToast({
icon:'error',
@@ -1664,6 +1667,7 @@
});
}else{
+ uni.hideLoading();
uni.showToast({
icon:'error',
title:'请输入提前结束原因!'
diff --git a/my/order/payJaZ.vue b/my/order/payJaZ.vue
index e9f50a8..12a0bd1 100644
--- a/my/order/payJaZ.vue
+++ b/my/order/payJaZ.vue
@@ -497,7 +497,7 @@
充值
@@ -624,7 +624,7 @@
@@ -1197,6 +1197,7 @@
accomplishLatitude:latitude,
earlyFinishReason: that.earlyFinishReason,
}
+ that.$queue.showLoading('提交中...')
that.$Request.post('/app/artificer/accomplishOrders', data).then(res => {
if (res.code == 0) {
uni.showToast({
@@ -1207,12 +1208,14 @@
uni.switchTab({
url:'/pages/order/index'
})
+ uni.hideLoading();
}else{
that.getOrder()
uni.showToast({
icon:'error',
title:'操作失败!'
})
+ uni.hideLoading();
}
}).catch(() => {
@@ -1234,6 +1237,7 @@
}
});
}else{
+
uni.showToast({
icon:'error',
title:'请输入提前结束原因!'
diff --git a/my/order/payShengji.vue b/my/order/payShengji.vue
index 8ef309b..9261992 100644
--- a/my/order/payShengji.vue
+++ b/my/order/payShengji.vue
@@ -722,7 +722,7 @@
@@ -1485,6 +1485,7 @@
accomplishLatitude:latitude,
earlyFinishReason: that.earlyFinishReason,
}
+ that.$queue.showLoading('提交中...')
that.$Request.post('/app/artificer/accomplishOrders', data).then(res => {
if (res.code == 0) {
uni.showToast({
@@ -1495,12 +1496,14 @@
uni.switchTab({
url:'/pages/order/index'
})
+ uni.hideLoading();
}else{
that.getOrder()
uni.showToast({
icon:'error',
title:'操作失败!'
})
+ uni.hideLoading();
}
}).catch(() => {
diff --git a/pages/my/index.vue b/pages/my/index.vue
index 89a1235..5dbf2e6 100644
--- a/pages/my/index.vue
+++ b/pages/my/index.vue
@@ -9,7 +9,7 @@
{{userName}}
-
+
diff --git a/pages/shop/index.vue b/pages/shop/index.vue
index 0141dea..4ac0660 100644
--- a/pages/shop/index.vue
+++ b/pages/shop/index.vue
@@ -31,38 +31,16 @@
{{item.price}}
¥{{item.oldPrice}}
-
- {{item.content}}
+
+ {{tag}}
已售{{item.sales}}
-
-
-
@@ -171,6 +149,10 @@
if (res.data) {
if (this.page == 1) this.dataList = []; //如果是第一页需手动制空列表
this.dataList = [...this.dataList, ...res.data.list]; //追加新数据
+ for(var i=0;i