Browse Source

Merge branch 'v5.0.0dev' of https://gitee.com/ZhongBangKeJi/CRMEB into v5.0.0dev

From-wh 2 năm trước cách đây
mục cha
commit
a5d5a8859c

+ 8 - 1
template/uni-app/pages/index/diy/index.vue

@@ -715,7 +715,14 @@
 								icon: 'none',
 								icon: 'none',
 								duration: 2000
 								duration: 2000
 							})
 							})
-						}
+						}
+						setTimeout(e => {
+							this.diyData();
+							this.getIndexData();
+							getShare().then(res => {
+								this.shareInfo = res.data;
+							});
+						}, 2000)
 						this.errorNetwork = true
 						this.errorNetwork = true
 						this.showSkeleton = false;
 						this.showSkeleton = false;
 					}
 					}