diff --git a/components/add-tips/index.js b/components/add-tips/index.js
index 50c03ec..d250780 100644
--- a/components/add-tips/index.js
+++ b/components/add-tips/index.js
@@ -8,7 +8,7 @@ Component({
},
duration: {
type: Number,
- value: 5
+ value: 3
},
delay: {
type: Number,
diff --git a/pages/home/qrcode-info/index.js b/pages/home/qrcode-info/index.js
index 54a3d5a..034bacd 100644
--- a/pages/home/qrcode-info/index.js
+++ b/pages/home/qrcode-info/index.js
@@ -28,7 +28,7 @@ Scene({
if(!util.isEmpty(options.type)){
this.data.type = Number(options.type)
}
- this.showQrCode(`${qrUrl}?mark=ztb_saas&type=${this.data.type}&factoryId=${app.userInfo.factoryId}&customerId=${this.data.id}`)
+ this.showQrCode(`${qrUrl}?mark=ztb_saas&type=${this.data.type}&factoryId=${app.userInfo.factoryId}&uid=${this.data.id}`)
if(this.data.type == 0){
this.fetchCustomerInfo()
} else if(this.data.type == 1){
diff --git a/pages/process/order-list/index.wxml b/pages/process/order-list/index.wxml
index 371d66b..6f45261 100644
--- a/pages/process/order-list/index.wxml
+++ b/pages/process/order-list/index.wxml
@@ -61,7 +61,8 @@
{{item.adjustedPrice || item.settlePrice || '- -'}}
-
+
+