Sfoglia il codice sorgente

实名信息添加隐私协议

hejie 3 anni fa
parent
commit
b1038c5498
1 ha cambiato i file con 12 aggiunte e 0 eliminazioni
  1. 12 0
      src/pages/autonym-submit/index.vue

+ 12 - 0
src/pages/autonym-submit/index.vue

@@ -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>
 		</view>
 		<!-- 提交内容-end -->
@@ -97,6 +101,14 @@
 		background: #f4f4f4;
 	}
 
+	.privacy{
+		margin-top:20rpx;
+		text-align: right;
+		text{
+			color: #17bb87;
+		}
+	}
+
 	// 提示信息-end
 
 	// 提交内容