zx 3 years ago
parent 5509216cf1
commit cf2d34e588

@ -53,7 +53,7 @@ Page({
}, },
toDataList() { toDataList() {
wx.navigateTo({ wx.navigateTo({
url: '/pages/insight/pages/brandInsight/brandDataList/index', url: '/pages/insight/pages/brandInsight/brandDataList/index?time='+wx.getStorageSync('sTimeType'),
}) })
}, },
createReport() { createReport() {

@ -32,7 +32,7 @@
<view class="tr-item"> <view class="tr-item">
<view class="tr-chart-title">销量态势</view> <view class="tr-chart-title">销量态势</view>
<view class="tr-chart-subTitle">{{saleRankTitle}}</view> <view class="tr-chart-subTitle">{{saleRankTitle}}</view>
<view class="tr-chart-item" style="margin-left: -24rpx;"> <view class="tr-chart-item" style="margin-left: -24rpx;width: 105%">
<c-echars showChart="{{showChart}}" canvasId="salesLine-canvas" chartId="salesBar" chartOption="{{salesOption}}" height="105%"></c-echars> <c-echars showChart="{{showChart}}" canvasId="salesLine-canvas" chartId="salesBar" chartOption="{{salesOption}}" height="105%"></c-echars>
</view> </view>
</view> </view>

@ -172,7 +172,7 @@
</view> </view>
<view class="wb-item"> <view class="wb-item">
<view class="wb-chart-title">调性分布</view> <view class="wb-chart-title">调性分布</view>
<view class="wb-chart-item" style="height: 560rpx;width: 100%;"> <view class="wb-chart-item" style="height: 560rpx;width: 105%;">
<c-echars showChart="{{showChart}}" canvasId="wbsp-canvas" chartId="wbsp" chartOption="{{affNegaposi}}" height="125%"></c-echars> <c-echars showChart="{{showChart}}" canvasId="wbsp-canvas" chartId="wbsp" chartOption="{{affNegaposi}}" height="125%"></c-echars>
</view> </view>
</view> </view>

@ -129,6 +129,7 @@ Page({
end: res.EndTime, end: res.EndTime,
startShow: new Date(res.StartTime).valueOf(), startShow: new Date(res.StartTime).valueOf(),
endShow: new Date(res.EndTime).valueOf(), endShow: new Date(res.EndTime).valueOf(),
Statu: res.Warning.Statu
}) })
}); });
}, },

@ -118,7 +118,7 @@
<textarea placeholder="请输入域名多个用隔开最多支持5个" placeholder-class="placeholder-style"></textarea> <textarea placeholder="请输入域名多个用隔开最多支持5个" placeholder-class="placeholder-style"></textarea>
<view style="display: flex;justify-content: space-between;margin-top: 16rpx;margin-right: 32rpx;"> <view style="display: flex;justify-content: space-between;margin-top: 16rpx;margin-right: 32rpx;">
<view style="font-size:28rpx;font-weight:bolder;margin-left: 32rpx;">是否开启预警</view> <view style="font-size:28rpx;font-weight:bolder;margin-left: 32rpx;">是否开启预警</view>
<van-switch active-value="{{0}}" size="20px" inactive-value="{{1}}" checked="{{ Statu }}" bind:change="infoPushChange" /> <van-switch active-value="{{0}}" size="20px" inactive-value="{{2}}" checked="{{ Statu }}" bind:change="infoPushChange" />
</view> </view>
<view wx:if="{{show}}"> <view wx:if="{{show}}">
<view> <view>

@ -21,10 +21,10 @@
</view> </view>
<view style="width: 15%;margin-left: 36rpx;text-align: center;"> <view style="width: 15%;margin-left: 36rpx;text-align: center;">
<view class="ttdt">量差</view> <view class="ttdt">量差</view>
<view bindtap="info1">?⃝</view> <van-icon bind:click="info1" name="question-o" />
<view>{{ countDifference }}</view> <view>{{ countDifference }}</view>
<view class="ttdt" style="margin-top: 16rpx;">量差</view> <view class="ttdt" style="margin-top: 16rpx;">量差</view>
<view bindtap="info2">?⃝</view> <van-icon bind:click="info2" name="question-o" />
<view>{{detailData.replyCountDifference}}</view> <view>{{detailData.replyCountDifference}}</view>
</view> </view>
</view> </view>

Loading…
Cancel
Save