From 6d563f4dc16e52db3dc0393d464370ca31ad2cde Mon Sep 17 00:00:00 2001 From: wangxiaohua <1214073490@qq.com> Date: Tue, 14 Dec 2021 17:02:36 +0800 Subject: [PATCH] init --- pages/center/Piabodata/index.vue | 17 +++++------------ pages/mine/details2.vue | 4 ++-- pages/mine/reception/addreception.vue | 4 ++-- 3 files changed, 9 insertions(+), 16 deletions(-) diff --git a/pages/center/Piabodata/index.vue b/pages/center/Piabodata/index.vue index cb4c899..ef90630 100644 --- a/pages/center/Piabodata/index.vue +++ b/pages/center/Piabodata/index.vue @@ -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, diff --git a/pages/mine/details2.vue b/pages/mine/details2.vue index 208cd4d..f66c3ba 100644 --- a/pages/mine/details2.vue +++ b/pages/mine/details2.vue @@ -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){ diff --git a/pages/mine/reception/addreception.vue b/pages/mine/reception/addreception.vue index 8afa5c0..7bbfa78 100644 --- a/pages/mine/reception/addreception.vue +++ b/pages/mine/reception/addreception.vue @@ -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; }