|
|
|
@ -3,7 +3,7 @@ |
|
|
|
|
<import src="../../wxParse/wxParse.wxml"/> |
|
|
|
|
<view class="index"> |
|
|
|
|
<!-- <view class="header"></view> --> |
|
|
|
|
<image src="../img/abg.png" class="abg" mode="widthFix"></image> |
|
|
|
|
<image src="../img/bg.png" class="abg" mode="widthFix"></image> |
|
|
|
|
<view class="contentContainer"> |
|
|
|
|
<!-- <view> |
|
|
|
|
<view class="btnGroup" > |
|
|
|
@ -20,13 +20,14 @@ |
|
|
|
|
<view class="title">{{item.title}}分析</view> |
|
|
|
|
<view> |
|
|
|
|
<view class="analyse"> |
|
|
|
|
<text class="itemTitle">迁延倾向</text> |
|
|
|
|
<text class="itemTitle">总体特征</text> |
|
|
|
|
<!-- <template is="wxParse" data="{{wxParseData:causes_content.nodes}}" /> --> |
|
|
|
|
<view> |
|
|
|
|
<rich-text nodes="{{item.tend_content}}"></rich-text> |
|
|
|
|
<rich-text nodes="{{item.causes_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:features_content.nodes}}" /> --> |
|
|
|
@ -52,7 +53,15 @@ |
|
|
|
|
|
|
|
|
|
</view> |
|
|
|
|
<view class="analyse"> |
|
|
|
|
<text class="itemTitle">适应环境</text> |
|
|
|
|
<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> |
|
|
|
@ -60,13 +69,14 @@ |
|
|
|
|
|
|
|
|
|
</view> |
|
|
|
|
<view class="analyse"> |
|
|
|
|
<text class="itemTitle">成因</text> |
|
|
|
|
<!-- <template is="wxParse" data="{{wxParseData:causes_content.nodes}}" /> --> |
|
|
|
|
<text class="itemTitle">辨识与调节方法</text> |
|
|
|
|
<!-- <template is="wxParse" data="{{wxParseData:environment_content.nodes}}" /> --> |
|
|
|
|
<view> |
|
|
|
|
<rich-text nodes="{{item.causes_content}}"></rich-text> |
|
|
|
|
<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> |
|
|
|
|