正在显示
2 个修改的文件
包含
6 行增加
和
2 行删除
| ... | ... | @@ -32,6 +32,9 @@ Page({ |
| 32 | 32 | */ |
| 33 | 33 | onLoad: function (options) { |
| 34 | 34 | var that = this |
| 35 | + wx.showLoading({ | |
| 36 | + title: '', | |
| 37 | + }) | |
| 35 | 38 | console.log("options", options); |
| 36 | 39 | var pages = getCurrentPages(); |
| 37 | 40 | //获取上一个页面的所有的方法和data中的数据 |
| ... | ... | @@ -48,6 +51,7 @@ Page({ |
| 48 | 51 | wx.setNavigationBarTitle({ |
| 49 | 52 | title: that.data.additiontitle[options.status], |
| 50 | 53 | }) |
| 54 | + | |
| 51 | 55 | }, |
| 52 | 56 | |
| 53 | 57 | /** |
| ... | ... | @@ -61,7 +65,7 @@ Page({ |
| 61 | 65 | * Lifecycle function--Called when page show |
| 62 | 66 | */ |
| 63 | 67 | onShow: function () { |
| 64 | - | |
| 68 | + wx.hideLoading() | |
| 65 | 69 | }, |
| 66 | 70 | |
| 67 | 71 | /** | ... | ... |
| ... | ... | @@ -232,7 +232,7 @@ |
| 232 | 232 | <text class='text_left'>房屋坐落地址</text> |
| 233 | 233 | <text class='text_right_333'>{{datas.house_address_new}}</text> |
| 234 | 234 | </view> |
| 235 | - <view wx:if="{{datas.house_detail_address.length>0}}" style='clear:both;'> | |
| 235 | + <view style='clear:both;'> | |
| 236 | 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 | 237 | <!-- <text class='text_right_333' style='line-height:40rpx;'>{{datas.house_detail_address}}</text> --> |
| 238 | 238 | </view> | ... | ... |
请
注册
或
登录
后发表评论