@@ -1,5 +1,5 @@ | |||||
{ | { | ||||
"name" : "AI销管", | |||||
"name" : "AI销讲助手", | |||||
"appid" : "__UNI__7A1611D", | "appid" : "__UNI__7A1611D", | ||||
"description" : "AI销讲助手", | "description" : "AI销讲助手", | ||||
"versionName" : "1.1.0", | "versionName" : "1.1.0", | ||||
@@ -72,7 +72,7 @@ | |||||
}, | }, | ||||
"quickapp" : {}, | "quickapp" : {}, | ||||
"mp-weixin" : { | "mp-weixin" : { | ||||
"appid" : "wxd6dd7eae72606ca2", | |||||
"appid" : "wx83fec12ec03d9349", | |||||
"setting" : { | "setting" : { | ||||
"urlCheck" : false, | "urlCheck" : false, | ||||
"es6" : true, | "es6" : true, | ||||
@@ -18,11 +18,10 @@ | |||||
<image class="Underimg" src="../../../static/images/down.png" mode=""></image> | <image class="Underimg" src="../../../static/images/down.png" mode=""></image> | ||||
</view> | </view> | ||||
</view> | </view> | ||||
<view class="timepickpick"> | |||||
<view @click="checkboxChange()" style="width: 30rpx;height:30rpx;border: 1rpx solid #E0E0E0;"> | |||||
<image v-if="timepickpickisshow" style="width: 30rpx;height: 30rpx;" | |||||
<view class="timepickpick" @click="checkboxChange()"> | |||||
<image v-if="timepickpickisshow" style="width: 30rpx;height: 30rpx;" | |||||
src="../../../static/images/xuanzhong.png" mode=""></image> | src="../../../static/images/xuanzhong.png" mode=""></image> | ||||
</view> | |||||
<view v-else style="width: 30rpx;height:30rpx;border: 1px solid #E0E0E0;box-sizing:border-box;"></view> | |||||
<view style="font-size:26rpx;text-indent: 12rpx;">对比</view> | <view style="font-size:26rpx;text-indent: 12rpx;">对比</view> | ||||
</view> | </view> | ||||
<view class="timepicktime" v-if="timepickpickisshow"> | <view class="timepicktime" v-if="timepickpickisshow"> | ||||
@@ -29,7 +29,7 @@ | |||||
</view> | </view> | ||||
</view> | </view> | ||||
<view class="content-sec-lab"> | <view class="content-sec-lab"> | ||||
顾问姓名:<view class="content-sec-lab1">{{customerInfo.ownerName}}</view> | |||||
顾问姓名:<view class="content-sec-lab1">{{customerInfo.ownerName||''}}</view> | |||||
</view> | </view> | ||||
<view class="content-sec-lab" > | <view class="content-sec-lab" > | ||||
客户标签: | 客户标签: | ||||
@@ -2403,10 +2403,11 @@ | |||||
display: flex; | display: flex; | ||||
} | } | ||||
// 顾问默认在右边显示 | // 顾问默认在右边显示 | ||||
.scroll-Y .text[data-guwen="0"], | |||||
.scroll-Y .text[data-speaker="2"], | |||||
.scroll-Y .text[data-speaker="4"], | |||||
.scroll-Y .text[data-speaker="6"] { | |||||
.scroll-Y .text[data-guwen="0"] | |||||
// .scroll-Y .text[data-speaker="2"], | |||||
// .scroll-Y .text[data-speaker="4"], | |||||
// .scroll-Y .text[data-speaker="6"] | |||||
{ | |||||
flex-direction: row-reverse; | flex-direction: row-reverse; | ||||
text-align: right; | text-align: right; | ||||
@@ -2440,10 +2441,11 @@ | |||||
} | } | ||||
.scroll-Y .text[data-guwen="0"], | |||||
.scroll-Y .text[data-speaker="2"], | |||||
.scroll-Y .text[data-speaker="4"], | |||||
.scroll-Y .text[data-speaker="6"] { | |||||
.scroll-Y .text[data-guwen="0"] | |||||
// .scroll-Y .text[data-speaker="2"], | |||||
// .scroll-Y .text[data-speaker="4"], | |||||
// .scroll-Y .text[data-speaker="6"] | |||||
{ | |||||
.contentInfo { | .contentInfo { | ||||
.info { | .info { | ||||
.AudioUserName { | .AudioUserName { | ||||
@@ -2828,10 +2830,6 @@ | |||||
position: relative; | position: relative; | ||||
} | } | ||||
// .scroll-Y .isGreen .contentInfo .contentMain .content { | |||||
// background: #2BC805 !important; | |||||
// color: #FFFFFF; | |||||
// } | |||||
/deep/ .u-model-title{ | /deep/ .u-model-title{ | ||||
padding: 34rpx 0 16rpx !important; | padding: 34rpx 0 16rpx !important; | ||||
} | } | ||||