diff --git a/manifest.json b/manifest.json index 9c2c5f9..374cacc 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { - "name" : "AI营销辅助", + "name" : "AI销讲助手", "appid" : "__UNI__7A1611D", "description" : "AI销讲助手", "versionName" : "1.1.0", @@ -72,7 +72,7 @@ }, "quickapp" : {}, "mp-weixin" : { - "appid" : "wx5700a3ff66ea4e4c", + "appid" : "wx83fec12ec03d9349", "setting" : { "urlCheck" : false, "es6" : true, diff --git a/pages/center/Piabodata/index.vue b/pages/center/Piabodata/index.vue index 9f19036..94c60a5 100644 --- a/pages/center/Piabodata/index.vue +++ b/pages/center/Piabodata/index.vue @@ -435,7 +435,6 @@ }) }, getPercent(num) { - console.log(num) return num || 0 }, // 获取员工列表 @@ -672,10 +671,14 @@ this.allechar.map(item => { allobj.categories.push(item.statDate.slice(5, 10)) allobj.series[0].data.push(item[this.newlistoj1[index].setName]) + console.log(this.newlistoj1[index], 'zheli ') }) this.bocindex = index; - this.lineOptsect = allobj + this.$nextTick(() => { + this.lineOptsect = allobj + }) + console.log(this.lineOptsect, 'echarts数据') }, tapspagek3(index) { this.newlisttabinfo1 = []; diff --git a/pages/center/consumer/consumerDetail.vue b/pages/center/consumer/consumerDetail.vue index 972a2d2..73a4c91 100644 --- a/pages/center/consumer/consumerDetail.vue +++ b/pages/center/consumer/consumerDetail.vue @@ -1267,6 +1267,21 @@ height: 100%; } } + + .clientStageName { + height: 48rpx; + line-height: 48rpx; + background: #fff; + border-radius: 4rpx; + border: 1rpx solid #ff981e; + box-sizing: border-box; + font-size: 28rpx; + font-family: PingFangSC-Regular, PingFang SC; + font-weight: 400; + color: #ff981e; + margin-left: 16rpx; + padding: 0 16rpx; + } } .right { diff --git a/pages/mine/details2.vue b/pages/mine/details2.vue index cb24266..2f9f6cc 100644 --- a/pages/mine/details2.vue +++ b/pages/mine/details2.vue @@ -2353,8 +2353,8 @@ } .pingfenbox view { - width: 100%; - height: 100%; + flex-grow: 1; + flex-shrink: 0; text-align: center; font-size: 28rpx; padding: 0 18rpx;