1
0
forked from dyf/APP

修复6155串数据的问题

This commit is contained in:
liub
2026-02-04 09:08:59 +08:00
parent e3f5ef4c91
commit 274c037eea
4 changed files with 10 additions and 10 deletions

View File

@ -590,7 +590,7 @@ these.Status.apiType = data.apiType;
proParam: function() {
uni.navigateTo({
url: '/pages/common/productDes/index?id=' + this.formData.id,
url: '/pages/common/productDes/index?id=' + this.device.id,
success(ev) {
}
@ -598,7 +598,7 @@ these.Status.apiType = data.apiType;
},
handRemark: function() {
uni.navigateTo({
url: '/pages/common/operatingInstruct/index?id=' + this.formData.id,
url: '/pages/common/operatingInstruct/index?id=' + this.device.id,
success(ev) {
}
@ -606,7 +606,7 @@ these.Status.apiType = data.apiType;
},
handVideo: function() {
uni.navigateTo({
url: '/pages/common/operationVideo/index?id=' + this.formData.id,
url: '/pages/common/operationVideo/index?id=' + this.device.id,
success(ev) {
}