52 lines
2.9 KiB
Plaintext
52 lines
2.9 KiB
Plaintext
<view class="xiaogj" style="margin-bottom:17px;">
|
|
<label class="btwz">▎ 16型性格测试</label>
|
|
<view class="dahezi" style="margin-bottom:6px;border-style: none solid;border-width: 5rpx;">
|
|
<view wx:for="{{tests}}" wx:key="index">
|
|
<navigator class="lb" role="navigation" url="/index/index?a={{item.b}}">
|
|
<view>{{item.a}}</view>
|
|
</navigator>
|
|
</view>
|
|
</view>
|
|
<label class="btwz">▎ 十六型人格类型详解</label>
|
|
<view class="dahezi" style="margin-bottom:6px;border-style: none solid;border-width: 5rpx;">
|
|
<view wx:for="{{resu}}" wx:key="index">
|
|
<navigator class="lb" role="navigation" url="{{index==16?'../indexa/index':'../../type/index?a='+item}}" wx:if="{{index<3||index==16}}">
|
|
<view style="display: flex;flex-direction: row;padding-left: 78rpx;">
|
|
<view> {{item=='more'?'更多':item}} </view>
|
|
<image src="../../img/{{item}}.svg" style="width: 67rpx;height: 67rpx;padding-top: 19rpx;"></image>
|
|
</view>
|
|
</navigator>
|
|
</view>
|
|
</view>
|
|
<label class="btwz">▎ {{bit12}}</label>
|
|
<view class="dahezi" style="margin-bottom:6px;border-style: none solid;border-width: 5rpx;">
|
|
<view id="{{bindex}}" path="{{item.app_wx_app}}" bindtap="goLink" wx:for="{{link}}" wx:for-index="bindex" wx:key="index">
|
|
<view class="lb">
|
|
<view style="font-size: small;">{{item.app_wx_name}}</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="lb1" style="width:100%;margin-top:16px;margin-left:0px;margin-right:-10rpx;margin-bottom:16px;border-style:none none solid none ;border-width: 5rpx;">
|
|
<button plain style="border-style: none none none none;height: 99rpx;">
|
|
<view style="margin-bottom:6px;">
|
|
<text decode="{{true}}" space="{{true}}" style="color:#485f84;">非科学性测试 丨 仅供参考娱乐</text>
|
|
</view>
|
|
</button>
|
|
</view>
|
|
<view class="newNoticeBox" style="border: solid 3rpx;border-color: #7b92b7;margin-right:-3.4rpx;">
|
|
<view class="newNoticePicBox" style="display: flex;flex-direction: row;">
|
|
<image class="newNoticePic" src="../../img/lb.png" style="margin-top:26rpx ;"></image>
|
|
<view style="font-size: 27rpx;margin-left: 26rpx;color: #7b92b7;font-weight: bolder;">小</view>
|
|
<view style="font-size: 27rpx;color: #7b92b7;font-weight: bolder;">提</view>
|
|
<view style="font-size: 27rpx;margin-right: 26rpx;color: #7b92b7;font-weight: bolder;">示</view>
|
|
</view>
|
|
<swiper autoplay="true" circular="true" class="swiper_zi" interval="3000" vertical="true">
|
|
<swiper-item wx:for="{{notice}}" wx:key="index">
|
|
<view class="zimubox">
|
|
<view class="swiper_item">{{item}}</view>
|
|
</view>
|
|
</swiper-item>
|
|
</swiper>
|
|
</view>
|
|
</view>
|