|
|
|
|
<!--pages/home/home.wxml-->
|
|
|
|
|
<!-- <text>pages/home/home.wxml</text> -->
|
|
|
|
|
<import src="../../wxParse/wxParse.wxml"/>
|
|
|
|
|
<view class="index">
|
|
|
|
|
<!-- <view class="header"></view> -->
|
|
|
|
|
<image src="../img/bg.png" class="abg" mode="widthFix"></image>
|
|
|
|
|
<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" wx:for="{{catelist}}" wx:key="{{index}}">
|
|
|
|
|
<view class="title">{{item.title}}分析</view>
|
|
|
|
|
<view>
|
|
|
|
|
<view class="analyse">
|
|
|
|
|
<text class="itemTitle">总体特征</text>
|
|
|
|
|
<!-- <template is="wxParse" data="{{wxParseData:causes_content.nodes}}" /> -->
|
|
|
|
|
<view>
|
|
|
|
|
<rich-text nodes="{{item.causes_content}}"></rich-text>
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
|
|
<view class="analyse">
|
|
|
|
|
<text class="itemTitle">形体特征</text>
|
|
|
|
|
<!-- <template is="wxParse" data="{{wxParseData:features_content.nodes}}" /> -->
|
|
|
|
|
<view>
|
|
|
|
|
<rich-text nodes="{{item.features_content}}"></rich-text>
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
|
|
</view>
|
|
|
|
|
<view class="analyse">
|
|
|
|
|
<text class="itemTitle">常见表现</text>
|
|
|
|
|
<!-- <template is="wxParse" data="{{wxParseData:expression_content.nodes}}" /> -->
|
|
|
|
|
<view>
|
|
|
|
|
<rich-text nodes="{{item.expression_content}}"></rich-text>
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
|
|
</view>
|
|
|
|
|
<view class="analyse">
|
|
|
|
|
<text class="itemTitle">心理特征</text>
|
|
|
|
|
<!-- <template is="wxParse" data="{{wxParseData:psychology_content.nodes}}" /> -->
|
|
|
|
|
<view>
|
|
|
|
|
<rich-text nodes="{{item.psychology_content}}"></rich-text>
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
|
|
</view>
|
|
|
|
|
<view class="analyse">
|
|
|
|
|
<text class="itemTitle">发病倾向</text>
|
|
|
|
|
<view>
|
|
|
|
|
<rich-text nodes="{{item.tend_content}}"></rich-text>
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
|
|
<!-- <template is="wxParse" data="{{wxParseData:tend_content.nodes}}" /> -->
|
|
|
|
|
</view>
|
|
|
|
|
<view class="analyse">
|
|
|
|
|
<text class="itemTitle">对外界环境适应能力</text>
|
|
|
|
|
<!-- <template is="wxParse" data="{{wxParseData:environment_content.nodes}}" /> -->
|
|
|
|
|
<view>
|
|
|
|
|
<rich-text nodes="{{item.environment_content}}"></rich-text>
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
|
|
</view>
|
|
|
|
|
<view class="analyse">
|
|
|
|
|
<text class="itemTitle">辨识与调节方法</text>
|
|
|
|
|
<!-- <template is="wxParse" data="{{wxParseData:environment_content.nodes}}" /> -->
|
|
|
|
|
<view>
|
|
|
|
|
<rich-text nodes="{{item.identification_methods}}"></rich-text>
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
|
|
</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="content">
|
|
|
|
|
<view class="title">推荐调理</view>
|
|
|
|
|
<view class="bottom_content" wx:for="{{picList}}" wx:key="{{index}}">
|
|
|
|
|
<!-- <text class="numFlag">{{detail.kindnum}}</text> -->
|
|
|
|
|
<image src="{{item.pic}}" class="image"></image>
|
|
|
|
|
<view class="outview">
|
|
|
|
|
<view class="twopart">
|
|
|
|
|
<view class="recommendBtn" style="border-bottom-right-radius:0rpx">推荐调理</view>
|
|
|
|
|
<view class="recommendBtn intro" >
|
|
|
|
|
<view class="description">
|
|
|
|
|
一质一饮
|
|
|
|
|
<view>立康九体饮</view>
|
|
|
|
|
<view class="subFlag">TM</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
<!-- <template is="wxParse" data="{{wxParseData:advice_content.nodes}}" /> -->
|
|
|
|
|
<rich-text nodes="{{item.advice_content}}"></rich-text>
|
|
|
|
|
<view class="price">
|
|
|
|
|
<view class="pricenum">
|
|
|
|
|
<text>¥</text>
|
|
|
|
|
<text style="font-size:30rpx">39.9</text>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="buy" data-path="{{item.mini_shop_url}}" bindtap="goOther">立即购买</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="footer_btn" bindtap="goOther1">
|
|
|
|
|
直接选购调理
|
|
|
|
|
</view>
|
|
|
|
|
<button class="zixun" open-type='contact' >
|
|
|
|
|
<image src="../img/zixun.png"></image>
|
|
|
|
|
</button>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|