Browse Source

--

featrue/v4.4
DESKTOP-A1SENDA\HUzy 4 years ago
parent
commit
60cfbd6968
2 changed files with 0 additions and 3 deletions
  1. 1
      pages/goods/create/index.js
  2. 2
      pages/morder/index/index.js

1
pages/goods/create/index.js

@ -126,7 +126,6 @@ Page({
this.data.dopantList.forEach(element => {
if (Number(element.value) == Number(result.data.dopantRate)) {
this.data.dopantName = element.text
debugger
}
})
}

2
pages/morder/index/index.js

@ -169,7 +169,6 @@ Page({
if (this.data.tabIndex2 == detail.index) {
return
}
debugger
this.data.tabIndex2 = detail.index
this.data.form2.status = status2[this.data.tabIndex2]
this.onRefreshList2()
@ -185,7 +184,6 @@ Page({
this.fetchOrderList2()
},
fetchOrderList2: function () {
debugger
if (this.data.requesting2 || this.data.finished2) {
return
}

Loading…
Cancel
Save