Browse Source

init

undefined
wangxiaohua 2 years ago
parent
commit
6d563f4dc1
3 changed files with 9 additions and 16 deletions
  1. +5
    -12
      pages/center/Piabodata/index.vue
  2. +2
    -2
      pages/mine/details2.vue
  3. +2
    -2
      pages/mine/reception/addreception.vue

+ 5
- 12
pages/center/Piabodata/index.vue View File

@@ -266,22 +266,16 @@
},
],
lineOptsect: {
"categories": ["2016", "2017", "2018", "2019", "2020", "2021"],
"series": [{
"name": "成交量",
"data": [35, 8, 25, 37, 4, 20]
}]
"categories": [],
"series": []
},
lineOptsect1: {
"categories": [],
"series": []
},
lineOptsect2: {
"categories": ["2016", "2017", "2018", "2019", "2020", "2021"],
"series": [{
"name": "成交量",
"data": [35, 8, 25, 37, 4, 20]
}]
"categories": [],
"series": []
},
newlistoj: [],
newlistoj1: [{
@@ -618,9 +612,8 @@
this.lineOptsect = allobj
},
tapspagek3(index) {
this.newlisttabinfo1=[];
let arr = []
// return
// console.log(index,this.allList[index])
this.allList[index].children.map(item => {
arr.push({
name: item.name,


+ 2
- 2
pages/mine/details2.vue View File

@@ -566,14 +566,14 @@
//暂停
// this.innerAudioContext.pause()
// 销毁
// this.innerAudioContext.destroy();
this.innerAudioContext.destroy();
},
// 销毁实例
onUnload: function() {
//暂停
// this.innerAudioContext.pause()
// 销毁
// this.innerAudioContext.destroy();
this.innerAudioContext.destroy();
},
methods: {
argece(item){


+ 2
- 2
pages/mine/reception/addreception.vue View File

@@ -155,10 +155,10 @@
// }
console.log(this.parames.phone.length)
if (this.parames.phone && this.parames.phone.length<5) {
if (this.parames.phone && this.parames.phone.length<11) {
uni.showToast({
icon: "none",
title: "手机号码不能小于5位"
title: "手机号码不能小于11位"
})
return;
}


Loading…
Cancel
Save