xjc il y a 3 ans
Parent
commit
05efb2b314
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  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}}'>