| <view class="lineSty"></view> | <view class="lineSty"></view> | ||||
| <image class="closeXieyi" bindtap="closeXieyi" src="{{imgUrl+'/images/closeXieyi.png'}}"></image> | <image class="closeXieyi" bindtap="closeXieyi" src="{{imgUrl+'/images/closeXieyi.png'}}"></image> | ||||
| <view class="xieyiGroup"> | <view class="xieyiGroup"> | ||||
| <image class="xieyi" src="{{imgUrl+'/images/xieyi.png'}}"></image> | |||||
| <image class="xieyi" src="{{imgUrl+'/images/xieyi2.png'}}"></image> | |||||
| </view> | </view> | ||||
| </view> | </view> | ||||
| <tabBar></tabBar> | <tabBar></tabBar> |
| } | } | ||||
| .xieyi{ | .xieyi{ | ||||
| width: 100%; | width: 100%; | ||||
| height: 10348rpx; | |||||
| height: 10442rpx; | |||||
| padding-bottom: 30rpx; | padding-bottom: 30rpx; | ||||
| } | } |
| // isRegister: app.globalData.isRegister | // isRegister: app.globalData.isRegister | ||||
| }) | }) | ||||
| }, | }, | ||||
| onShow:function(){ | |||||
| this.data.subscribeData.parentOpenid = app.globalData.friendOpenid; | |||||
| }, | |||||
| provinceChane: function (e) {//选中省 | provinceChane: function (e) {//选中省 | ||||
| this.setData({ | this.setData({ | ||||
| provinceValue: e.detail.value, | provinceValue: e.detail.value, |
| * 生命周期函数--监听页面显示 | * 生命周期函数--监听页面显示 | ||||
| */ | */ | ||||
| onShow: function () { | onShow: function () { | ||||
| this.data.subscribeData.parentOpenid = app.globalData.friendOpenid; | |||||
| }, | }, | ||||
| /** | /** |