@@ -2,7 +2,7 @@
"name" : "耀灵掌上通",
"appid" : "__UNI__0C3473D",
"description" : "测试",
- "versionName" : "0.0.6",
+ "versionName" : "0.0.7",
"versionCode" : "100",
"transformPx" : false,
"app-plus" : {
@@ -99,7 +99,7 @@
type:'redirectTo',
url: 'pages/me/Delivery-details/index'
})
-
+ this.datalist = ''
},
location(){
let this_s = this
@@ -141,7 +141,6 @@
this.nonRegularTyreNumbers = res.data.data.nonRegularTyreNumbers //非正规胎号
this.notScanInTyres = res.data.data.notScanInTyres //未入库轮胎号
- this.datalist = ''
}).catch(err => {
}).finally(() => {
@@ -96,7 +96,7 @@
axios.all([this.getBanners(), this.getTiceList()])
.then(axios.spread((one, two) => {
this.bannersList = one.data.data.map(t => t.imgPath)
- console.log(one)
+ // console.log(one)
this.noticebarList = two.data.data.map(t => t.msgContent)
}))
.catch(err => {