66 lines
3.7 KiB
TypeScript
66 lines
3.7 KiB
TypeScript
// pages/QA/QA.ts
|
||
Page({
|
||
|
||
/**
|
||
* 页面的初始数据
|
||
*/
|
||
data: {
|
||
nodes: `<p><span style="font-size: 15px;"><span style="color: rgb(63, 63, 63);"><strong><span style="color: rgb(63, 63, 63); font-family: 微软雅黑, "sans-serif";">1、什么是与评™数据?</span></strong><strong><span style="font-family: 微软雅黑, "sans-serif";"></span></strong></span><span style="color: rgb(63, 63, 63);"><strong><span style="font-family: 微软雅黑, "sans-serif";"></span></strong></span><br/></span></p><p><span style="font-family: 微软雅黑, "sans-serif"; color: rgb(127, 127, 127); font-size: 14px;">与评™数据是基于手机号码统计的相关数据,数据包括综合评价、标签、全国人力资源信息数据验证平台个人信息报告。</span></p><p style="margin-left:0;text-indent:0"><span style="color: rgb(63, 63, 63); font-size: 15px;"><strong><span style="color: rgb(63, 63, 63); font-size: 15px; font-family: 微软雅黑, "sans-serif";">2、什么是全国人力资源信息数据验证平台个人信息报告?</span></strong></span></p><p><span style="font-family: 微软雅黑, "sans-serif"; color: rgb(127, 127, 127); font-size: 14px;">个人信息报告所有数据均通过全国人力资源信息数据验证平台收录,由报告主体授权后展示在与评™数据中,主要用于个人增信展示或提供给他人查验。</span></p><p style="margin-left:0;text-indent:0"><span style="color: rgb(63, 63, 63); font-size: 15px;"><strong><span style="color: rgb(63, 63, 63); font-size: 15px; font-family: 微软雅黑, "sans-serif";">3、什么是实名认证用户?</span></strong></span></p><p><span style="font-family: 微软雅黑, "sans-serif"; color: rgb(127, 127, 127); font-size: 14px;">手机号码已完成全国人力资源信息数据验证平台实名认证的用户,通过“实名认证”标签展示,用户需要实名认证可前往“全国人力资源信息数据验证平台”完成实名认证流程。</span></p><p style="margin-left:0;text-indent:0"><span style="color: rgb(63, 63, 63); font-size: 15px;"><strong><span style="color: rgb(63, 63, 63); font-size: 15px; font-family: 微软雅黑, "sans-serif";">4、如何绑定多个手机号码?</span></strong></span></p><p><span style="font-family: 微软雅黑, "sans-serif"; color: rgb(127, 127, 127); font-size: 14px;">通过“切换手机号”更换当前登录手机号,如需绑定其他号码,可通过手机号及验证码新增绑定手机号。</span></p><p style="margin-left:0;text-indent:0"><span style="color: rgb(63, 63, 63); font-size: 15px;"><strong><span style="color: rgb(63, 63, 63); font-size: 15px; font-family: 微软雅黑, "sans-serif";">5、如何查看评价及标签详情?</span></strong></span></p><p><span style="font-family: 微软雅黑, "sans-serif"; color: rgb(127, 127, 127); font-size: 14px;">本人被评价人数达到3人后,可开通查看评价及标签详情权限,您可邀请好友为您综合评价。</span></p>`
|
||
},
|
||
|
||
/**
|
||
* 生命周期函数--监听页面加载
|
||
*/
|
||
onLoad() {
|
||
|
||
},
|
||
|
||
/**
|
||
* 生命周期函数--监听页面初次渲染完成
|
||
*/
|
||
onReady() {
|
||
|
||
},
|
||
|
||
/**
|
||
* 生命周期函数--监听页面显示
|
||
*/
|
||
onShow() {
|
||
|
||
},
|
||
|
||
/**
|
||
* 生命周期函数--监听页面隐藏
|
||
*/
|
||
onHide() {
|
||
|
||
},
|
||
|
||
/**
|
||
* 生命周期函数--监听页面卸载
|
||
*/
|
||
onUnload() {
|
||
|
||
},
|
||
|
||
/**
|
||
* 页面相关事件处理函数--监听用户下拉动作
|
||
*/
|
||
onPullDownRefresh() {
|
||
|
||
},
|
||
|
||
/**
|
||
* 页面上拉触底事件的处理函数
|
||
*/
|
||
onReachBottom() {
|
||
|
||
},
|
||
|
||
/**
|
||
* 用户点击右上角分享
|
||
*/
|
||
onShareAppMessage() {
|
||
|
||
}
|
||
}) |