|
@@ -32,9 +32,9 @@
|
|
<chart :fbindData="staticData" v-if="staticData!= '' && hackReset && JSON.stringify(staticData) != '{}'"></chart>
|
|
<chart :fbindData="staticData" v-if="staticData!= '' && hackReset && JSON.stringify(staticData) != '{}'"></chart>
|
|
</view>
|
|
</view>
|
|
<view v-if="Inv == 1">
|
|
<view v-if="Inv == 1">
|
|
- <chart2 :bindData="staticData"></chart2>
|
|
|
|
|
|
+ <chart2 v-if="staticData!= ''" :bindData="staticData"></chart2>
|
|
</view>
|
|
</view>
|
|
- <view v-if="Inv == 2" class="chart3-box">
|
|
|
|
|
|
+ <view v-if="Inv == 2" class="chart3-box">
|
|
<ul class="chart3-icon">
|
|
<ul class="chart3-icon">
|
|
<li @tap="goOfflineList()">
|
|
<li @tap="goOfflineList()">
|
|
<image src="../../static/chart3-1.png" style="width:64rpx;height:64rpx"></image>
|
|
<image src="../../static/chart3-1.png" style="width:64rpx;height:64rpx"></image>
|
|
@@ -52,7 +52,7 @@
|
|
<image src="../../static/chart3-5.png" style="width:64rpx;height:64rpx"></image>
|
|
<image src="../../static/chart3-5.png" style="width:64rpx;height:64rpx"></image>
|
|
</li>
|
|
</li>
|
|
</ul>
|
|
</ul>
|
|
- <chart3 :bindData="staticData">
|
|
|
|
|
|
+ <chart3 v-if="staticData!= ''" :bindData="staticData">
|
|
</chart3>
|
|
</chart3>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
@@ -131,7 +131,7 @@
|
|
|
|
|
|
if (option.op) {
|
|
if (option.op) {
|
|
// alert('op')
|
|
// alert('op')
|
|
- 首页数据渲染
|
|
|
|
|
|
+ // 首页数据渲染
|
|
this.getSearchList();
|
|
this.getSearchList();
|
|
this.getHomeData({
|
|
this.getHomeData({
|
|
'company_code': uni.getStorageSync('selectedCode') ? uni.getStorageSync('selectedCode') : this
|
|
'company_code': uni.getStorageSync('selectedCode') ? uni.getStorageSync('selectedCode') : this
|