Browse Source

init

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


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

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


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

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


Loading…
Cancel
Save