<view class="message-content">
    <ad apid="{{hfad}}" appid="{{adappid}}" class="ad" type="banner" wx:if="{{hfad}}"></ad>
    <view class="wss main ">
        <image mode="widthFix" src="https://bkxzs.carzhishi.com/static/yjcx.jpg" style="width: 100%;"></image>
        <text style="color:#3688FF;">【你当前城市:{{yjdata.province}},{{yjdata.date}}的油价如下】</text>
        <text>{{yjdata.info2.news}}</text>
    </view>
    <view class="message-content wss">
        <view>
            <view class="main">
                <view class="main_top">
                    <view>汽油型号</view>
                    <view>最新油价</view>
                    <view>涨跌幅</view>
                </view>
                <view bindtap="imgPreview" class="main_info" data-src="{{item.word}}" style="border-bottom:1rpx solid #EEEEEE" wx:for="{{yjcx}}" wx:key="index">
                    <view style="color:#3688FF;">{{item.name}}</view>
                    <view>{{item.value}}元</view>
                    <view class="amount_of_increase">
                        <image src="{{item.value>8?'/images/333_02.png':'/images/334_02.png'}}"></image>
                        <view class="float {{item.value>8?'red':'green'}}">{{item.value}}元</view>
                    </view>
                </view>
            </view>
        </view>
    </view>
    <button class="search-button" openType="share">转发给好友</button>
    <view class="adjg2" style="height:50px;"></view>
    <view class="adjg2"></view>
    <ad apid="{{xxlad}}" appid="{{adappid}}" class="ad" type="feed" wx:if="xxlad"></ad>
</view>