@@ -14,6 +14,10 @@
<view class="list_name">身份证号:</view>
<input class="list_input flex_grow" type="text" v-model="code" placeholder="请输入您的身份证号" />
</view>
+ <view class="privacy">
+ <navigator url="/pages/agreement/privacy" hover-class="li_hover"><text>查看《隐私协议》</text></navigator>
+ </view>
+
<view class="btn flex_r flex_ac flex_jc" @tap="submit">提交审核</view>
<!-- 提交内容-end -->
@@ -97,6 +101,14 @@
background: #f4f4f4;
}
+ .privacy{
+ margin-top:20rpx;
+ text-align: right;
+ text{
+ color: #17bb87;
+ }
// 提示信息-end
// 提交内容