index.wxml 762 B

12345678910111213141516171819202122232425
  1. <view class="titleHead">
  2. <view class="after"></view>
  3. 行业结构
  4. <view class="btns">
  5. <picker mode="selector" bindchange="channelChange" range-key="text" value="{{select_act}}" range="{{select}}">
  6. <view class="select">
  7. {{select[select_act].text || "请选择"}}
  8. <van-icon name="arrow-down" />
  9. </view>
  10. </picker>
  11. </view>
  12. </view>
  13. <view>
  14. <text class="title">硬广行业结构</text>
  15. </view>
  16. <view style="height: 70vh;">
  17. <f2 wx:if="{{onInitChart !== undefined}}" onInit="{{onInitChart}}" />
  18. </view>
  19. <view style="margin-top: 10px">
  20. <text class="title">软广行业结构</text>
  21. </view>
  22. <view style="height: 70vh;margin-bottom: 10px;">
  23. <f2 wx:if="{{onInitChart1 !== undefined}}" onInit="{{onInitChart1}}" />
  24. </view>