提交 b6d33ab3cad0c4f2adfe5a93ea2dacc3179ca0d4

作者 wangyu
1 个父辈 e715ef74

yh

@@ -32,6 +32,9 @@ Page({ @@ -32,6 +32,9 @@ Page({
32 */ 32 */
33 onLoad: function (options) { 33 onLoad: function (options) {
34 var that = this 34 var that = this
  35 + wx.showLoading({
  36 + title: '',
  37 + })
35 console.log("options", options); 38 console.log("options", options);
36 var pages = getCurrentPages(); 39 var pages = getCurrentPages();
37 //获取上一个页面的所有的方法和data中的数据 40 //获取上一个页面的所有的方法和data中的数据
@@ -48,6 +51,7 @@ Page({ @@ -48,6 +51,7 @@ Page({
48 wx.setNavigationBarTitle({ 51 wx.setNavigationBarTitle({
49 title: that.data.additiontitle[options.status], 52 title: that.data.additiontitle[options.status],
50 }) 53 })
  54 +
51 }, 55 },
52 56
53 /** 57 /**
@@ -61,7 +65,7 @@ Page({ @@ -61,7 +65,7 @@ Page({
61 * Lifecycle function--Called when page show 65 * Lifecycle function--Called when page show
62 */ 66 */
63 onShow: function () { 67 onShow: function () {
64 - 68 + wx.hideLoading()
65 }, 69 },
66 70
67 /** 71 /**
@@ -232,7 +232,7 @@ @@ -232,7 +232,7 @@
232 <text class='text_left'>房屋坐落地址</text> 232 <text class='text_left'>房屋坐落地址</text>
233 <text class='text_right_333'>{{datas.house_address_new}}</text> 233 <text class='text_right_333'>{{datas.house_address_new}}</text>
234 </view> 234 </view>
235 - <view wx:if="{{datas.house_detail_address.length>0}}" style='clear:both;'> 235 + <view style='clear:both;'>
236 <view class='float_right' style='padding:12px 0;font-family: PingFangSC-Regular;font-size: 28rpx;color: #333;line-height:40rpx;'>{{datas.house_detail_address}}</view> 236 <view class='float_right' style='padding:12px 0;font-family: PingFangSC-Regular;font-size: 28rpx;color: #333;line-height:40rpx;'>{{datas.house_detail_address}}</view>
237 <!-- <text class='text_right_333' style='line-height:40rpx;'>{{datas.house_detail_address}}</text> --> 237 <!-- <text class='text_right_333' style='line-height:40rpx;'>{{datas.house_detail_address}}</text> -->
238 </view> 238 </view>
注册登录 后发表评论