xjc %!s(int64=3) %!d(string=hai) anos
pai
achega
05efb2b314
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      pages/record/record.wxml
  2. 1 1
      pages/today/today.wxml

+ 1 - 1
pages/record/record.wxml

@@ -20,7 +20,7 @@
 </view>
 
 <view class="content">
-    <text>操盘总结</text>{{info.experience?info.experience:'无'}}
+    <text>今日反思</text>{{info.experience?info.experience:'无'}}
 </view>
 <view class="content comment">
     <text>顽主点评</text>{{info.wanzhu_comment?info.wanzhu_comment:'无'}} 

+ 1 - 1
pages/today/today.wxml

@@ -59,7 +59,7 @@
                  class="img" src="{{i}}"></image>
 </view>
 <view class="content" wx:if='{{datas.today_record.experience}}'>
-    <view class="title">操盘总结</view>
+    <view class="title">今日反思</view>
      {{datas.today_record.experience?datas.today_record.experience:'无'}}
 </view>
 <view class="content" wx:if='{{datas.today_record.wanzhu_comment}}'>