diff --git a/pages/learning/Keywordsearch.vue b/pages/learning/Keywordsearch.vue index 17e7414..e7a0751 100644 --- a/pages/learning/Keywordsearch.vue +++ b/pages/learning/Keywordsearch.vue @@ -38,7 +38,7 @@ disabled:false }; }, - onLoad: function(options) { + onLoad(options) { this.customerId = options.customerId; this.keyword=options.keyword; this.skpl=options.skpl; diff --git a/pages/mine/details2.vue b/pages/mine/details2.vue index 8aafbfd..bc34ae4 100644 --- a/pages/mine/details2.vue +++ b/pages/mine/details2.vue @@ -1684,12 +1684,11 @@ } }) } - }) this.newluyinList = jsonInfo; this.dialogList.push(jsonInfo[this.textindex]); var itc = parseInt(info.bg / 1000) - // this.adasdasdasd(itc) + this.adasdasdasd(itc) } }) }, diff --git a/pages/mine/equipment/index.vue b/pages/mine/equipment/index.vue index bfbcb37..a2dbea8 100644 --- a/pages/mine/equipment/index.vue +++ b/pages/mine/equipment/index.vue @@ -83,9 +83,6 @@ - - -