补充了小程序用户协议和隐私政策
This commit is contained in:
@ -77,53 +77,17 @@ Page({
|
||||
}
|
||||
})
|
||||
},
|
||||
|
||||
/**
|
||||
* 生命周期函数--监听页面初次渲染完成
|
||||
*/
|
||||
onReady() {
|
||||
|
||||
|
||||
gotoAgreement() {
|
||||
wx.navigateTo({
|
||||
url: '/pages/loginModule/agreement/agreement',
|
||||
})
|
||||
},
|
||||
|
||||
/**
|
||||
* 生命周期函数--监听页面显示
|
||||
*/
|
||||
onShow() {
|
||||
|
||||
gotoPolicy() {
|
||||
wx.navigateTo({
|
||||
url: '/pages/loginModule/privacyPolicy/privacyPolicy',
|
||||
})
|
||||
},
|
||||
|
||||
/**
|
||||
* 生命周期函数--监听页面隐藏
|
||||
*/
|
||||
onHide() {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 生命周期函数--监听页面卸载
|
||||
*/
|
||||
onUnload() {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 页面相关事件处理函数--监听用户下拉动作
|
||||
*/
|
||||
onPullDownRefresh() {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 页面上拉触底事件的处理函数
|
||||
*/
|
||||
onReachBottom() {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 用户点击右上角分享
|
||||
*/
|
||||
onShareAppMessage() {
|
||||
|
||||
}
|
||||
|
||||
})
|
@ -28,7 +28,7 @@
|
||||
/>
|
||||
</view>
|
||||
<view class="section_3"></view>
|
||||
<view class="flex-row justify-between items-center group_5">
|
||||
<view class="flex-row justify-between items-center group_5" bind:tap="gotoAgreement">
|
||||
<text class="font">用户协议</text>
|
||||
<image
|
||||
class="image_2"
|
||||
@ -36,7 +36,7 @@
|
||||
/>
|
||||
</view>
|
||||
<view class="section_3"></view>
|
||||
<view class="flex-row justify-between items-center group_6">
|
||||
<view class="flex-row justify-between items-center group_6" bind:tap="gotoPolicy">
|
||||
<text class="font text_6">隐私政策</text>
|
||||
<image
|
||||
class="image_2"
|
||||
|
@ -181,6 +181,6 @@ Page({
|
||||
wx.makePhoneCall({
|
||||
phoneNumber: this.data.phoneNumber
|
||||
})
|
||||
}
|
||||
},
|
||||
|
||||
})
|
Reference in New Issue
Block a user