|
|
|
|
<!--pages/home/home.wxml-->
|
|
|
|
|
<!-- <text>pages/home/home.wxml</text> -->
|
|
|
|
|
<import src="../../wxParse/wxParse.wxml"/>
|
|
|
|
|
<view>
|
|
|
|
|
<view class="header"></view>
|
|
|
|
|
<view class="contentContainer">
|
|
|
|
|
<view>
|
|
|
|
|
<view class="btnGroup" >
|
|
|
|
|
<view wx:for="{{catelist}}" wx:if="{{index<3}}" class="{{setcolor[index]}}" bindtap="changeCid" data-cid="{{item.id}}">{{item.sort}}{{item.title}}</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="btnGroup" >
|
|
|
|
|
<view wx:for="{{catelist}}" wx:if="{{index == 3 || index == 4 || index == 5}}" class="{{setcolor[index]}}" bindtap="changeCid" data-cid="{{item.id}}">{{item.sort}}{{item.title}}</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="btnGroup" >
|
|
|
|
|
<view wx:for="{{catelist}}" wx:if="{{index > 5}}" class="{{setcolor[index]}}" bindtap="changeCid" data-cid="{{item.id}}">{{item.sort}}{{item.title}}</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="content">
|
|
|
|
|
<view class="title pinghezhi">{{detail.title}}分析</view>
|
|
|
|
|
<view>
|
|
|
|
|
<view class="analyse">
|
|
|
|
|
<text class="itemTitle">迁延倾向</text>
|
|
|
|
|
<template is="wxParse" data="{{wxParseData:tend_content.nodes}}" />
|
|
|
|
|
</view>
|
|
|
|
|
<view class="analyse">
|
|
|
|
|
<text class="itemTitle">形体特征</text>
|
|
|
|
|
<template is="wxParse" data="{{wxParseData:features_content.nodes}}" />
|
|
|
|
|
</view>
|
|
|
|
|
<view class="analyse">
|
|
|
|
|
<text class="itemTitle">常见表现</text>
|
|
|
|
|
<template is="wxParse" data="{{wxParseData:expression_content.nodes}}" />
|
|
|
|
|
</view>
|
|
|
|
|
<view class="analyse">
|
|
|
|
|
<text class="itemTitle">心理特征</text>
|
|
|
|
|
<template is="wxParse" data="{{wxParseData:psychology_content.nodes}}" />
|
|
|
|
|
</view>
|
|
|
|
|
<view class="analyse">
|
|
|
|
|
<text class="itemTitle">适应环境</text>
|
|
|
|
|
<template is="wxParse" data="{{wxParseData:environment_content.nodes}}" />
|
|
|
|
|
</view>
|
|
|
|
|
<view class="analyse">
|
|
|
|
|
<text class="itemTitle">成因</text>
|
|
|
|
|
<template is="wxParse" data="{{wxParseData:causes_content.nodes}}" />
|
|
|
|
|
</view>
|
|
|
|
|
<view class="bottom_content">
|
|
|
|
|
<text class="numFlag">{{detail.kindnum}}</text>
|
|
|
|
|
<image src="{{minipic}}" class="image"></image>
|
|
|
|
|
<view class="outview">
|
|
|
|
|
<view class="twopart">
|
|
|
|
|
<view class="recommendBtn pinghezhi" style="border-bottom-right-radius:0rpx">推荐调理</view>
|
|
|
|
|
<view class="recommendBtn pinghezhi3" >
|
|
|
|
|
<view class="description">
|
|
|
|
|
一质一饮
|
|
|
|
|
<view>立康九体饮</view>
|
|
|
|
|
<view class="subFlag">TM</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
<template is="wxParse" data="{{wxParseData:advice_content.nodes}}" />
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="footer_btn" bindtap="goOther">
|
|
|
|
|
直接选购调理
|
|
|
|
|
</view>
|
|
|
|
|
<button class="zixun" open-type='contact' >
|
|
|
|
|
<image src="../img/zixun.png"></image>
|
|
|
|
|
</button>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|