12345678910111213141516171819202122232425 |
- <view class="titleHead">
- <view class="after"></view>
- 行业结构
- <view class="btns">
- <picker mode="selector" bindchange="channelChange" range-key="text" value="{{select_act}}" range="{{select}}">
- <view class="select">
- {{select[select_act].text || "请选择"}}
- <van-icon name="arrow-down" />
- </view>
- </picker>
- </view>
- </view>
- <view>
- <text class="title">硬广行业结构</text>
- </view>
- <view style="height: 70vh;">
- <f2 wx:if="{{onInitChart !== undefined}}" onInit="{{onInitChart}}" />
- </view>
- <view style="margin-top: 10px">
- <text class="title">软广行业结构</text>
- </view>
- <view style="height: 70vh;margin-bottom: 10px;">
- <f2 wx:if="{{onInitChart1 !== undefined}}" onInit="{{onInitChart1}}" />
- </view>
|