作者 lihongjuan

1

@@ -183,14 +183,14 @@ @@ -183,14 +183,14 @@
183 <view class="allevelstate" wx:if="{{star1==4.5||star1==4}}">比较满意,仍可改善</view> 183 <view class="allevelstate" wx:if="{{star1==4.5||star1==4}}">比较满意,仍可改善</view>
184 <view class="allevelstate" wx:if="{{star1==3||star1==3.5}}">一般,还需改善</view> 184 <view class="allevelstate" wx:if="{{star1==3||star1==3.5}}">一般,还需改善</view>
185 <view class="allevelstate" wx:if="{{star1==2||star1==2.5}}">不满意,比较差</view> 185 <view class="allevelstate" wx:if="{{star1==2||star1==2.5}}">不满意,比较差</view>
186 - <view class="allevelstate" wx:if="{{star1<=1}}">非常不满意,各方面都很差</view> 186 + <view class="allevelstate" wx:if="{{star1<=1}}">各方面都很差</view>
187 </view> 187 </view>
188 </view> 188 </view>
189 189
190 <view class="evalute"> 190 <view class="evalute">
191 <view class="allevalute"> 191 <view class="allevalute">
192 <view class="allevel"> 192 <view class="allevel">
193 - <view class="allevalname">医疗水平{{star2}}</view> 193 + <view class="allevalname">医疗水平</view>
194 <view class="starlist"> 194 <view class="starlist">
195 <view class="hostel_star"> 195 <view class="hostel_star">
196 <image src="http://bronet.ibaby88.cn/aicon07@2x.png" wx:if="{{star2>=1}}"></image> 196 <image src="http://bronet.ibaby88.cn/aicon07@2x.png" wx:if="{{star2>=1}}"></image>
@@ -230,7 +230,7 @@ @@ -230,7 +230,7 @@
230 <view class="allevelstate" wx:if="{{star2==4.5||star2==4}}">比较满意,仍可改善</view> 230 <view class="allevelstate" wx:if="{{star2==4.5||star2==4}}">比较满意,仍可改善</view>
231 <view class="allevelstate" wx:if="{{star2==3||star2==3.5}}">一般,还需改善</view> 231 <view class="allevelstate" wx:if="{{star2==3||star2==3.5}}">一般,还需改善</view>
232 <view class="allevelstate" wx:if="{{star2==2||star2==2.5}}">不满意,比较差</view> 232 <view class="allevelstate" wx:if="{{star2==2||star2==2.5}}">不满意,比较差</view>
233 - <view class="allevelstate" wx:if="{{star2<=1}}">非常不满意,各方面都很差</view> 233 + <view class="allevelstate" wx:if="{{star2<=1}}">各方面都很差</view>
234 </view> 234 </view>
235 </view> 235 </view>
236 236
@@ -272,7 +272,7 @@ @@ -272,7 +272,7 @@
272 <view class="allevelstate" wx:if="{{star3==4.5||star3==4}}">比较满意,仍可改善</view> 272 <view class="allevelstate" wx:if="{{star3==4.5||star3==4}}">比较满意,仍可改善</view>
273 <view class="allevelstate" wx:if="{{star3==3||star1==3.5}}">一般,还需改善</view> 273 <view class="allevelstate" wx:if="{{star3==3||star1==3.5}}">一般,还需改善</view>
274 <view class="allevelstate" wx:if="{{star3==2||star1==2.5}}">不满意,比较差</view> 274 <view class="allevelstate" wx:if="{{star3==2||star1==2.5}}">不满意,比较差</view>
275 - <view class="allevelstate" wx:if="{{star3<=1}}">非常不满意,各方面都很差</view> 275 + <view class="allevelstate" wx:if="{{star3<=1}}">各方面都很差</view>
276 </view> 276 </view>
277 </view> 277 </view>
278 278
@@ -314,7 +314,7 @@ @@ -314,7 +314,7 @@
314 <view class="allevelstate" wx:if="{{star4==4.5||star4==4}}">比较满意,仍可改善</view> 314 <view class="allevelstate" wx:if="{{star4==4.5||star4==4}}">比较满意,仍可改善</view>
315 <view class="allevelstate" wx:if="{{star4==3||star4==3.5}}">一般,还需改善</view> 315 <view class="allevelstate" wx:if="{{star4==3||star4==3.5}}">一般,还需改善</view>
316 <view class="allevelstate" wx:if="{{star4==2||star4==2.5}}">不满意,比较差</view> 316 <view class="allevelstate" wx:if="{{star4==2||star4==2.5}}">不满意,比较差</view>
317 - <view class="allevelstate" wx:if="{{star4<=1}}">非常不满意,各方面都很差</view> 317 + <view class="allevelstate" wx:if="{{star4<=1}}">各方面都很差</view>
318 </view> 318 </view>
319 </view> 319 </view>
320 </view> 320 </view>
@@ -327,8 +327,9 @@ Page({ @@ -327,8 +327,9 @@ Page({
327 * 用户点击右上角分享 327 * 用户点击右上角分享
328 */ 328 */
329 onShareAppMessage: function () { 329 onShareAppMessage: function () {
  330 +
330 return { 331 return {
331 - title: that.data.title, // 转发后 所显示的title 332 + title: this.data.title, // 转发后 所显示的title
332 // path: '/pages/home/buildtextdetail/buildtextdetail?buildid='+buildid+'&gettoken='+newtoken, // 相对的路径 333 // path: '/pages/home/buildtextdetail/buildtextdetail?buildid='+buildid+'&gettoken='+newtoken, // 相对的路径
333 path: '/pages/partneritem/afterchildbirthrecover/afterchildbirthrecover?compareId=' +this.data.compareId,//建档攻略分享1 334 path: '/pages/partneritem/afterchildbirthrecover/afterchildbirthrecover?compareId=' +this.data.compareId,//建档攻略分享1
334 // path:'', 335 // path:'',