From 9d7ce3f56a223ed69160d33ea2681014fd8aa8d7 Mon Sep 17 00:00:00 2001
From: zhaoxiaoqiang
Date: Mon, 17 May 2021 16:54:57 +0800
Subject: [PATCH] 升档
---
src/views/user/register-home.vue | 25 +++----------------------
1 files changed, 3 insertions(+), 22 deletions(-)
diff --git a/src/views/user/register-home.vue b/src/views/user/register-home.vue
index 68c1f72..f10cfe2 100644
--- a/src/views/user/register-home.vue
+++ b/src/views/user/register-home.vue
@@ -30,8 +30,6 @@
@click="isShowArea = !isShowArea" placeholder="请选择省市区" />
<van-field v-model.trim="form.dtlAddr" clearable maxlength='64' placeholder="请输入您的详细地址" />
<!-- 扫码进入页面的没有邀请码 -->
- <van-field v-if="ShowqrCode" v-model.trim="form.inviteCode"
- :placeholder="getQr ? '已扫描':'邀请码'" />
<van-button :color="$store.state.backColor" class="btn" @click="nextStep">下一步</van-button>
<!-- <van-cell v-if="ShowqrCode" :readonly="true" :value="form.licenseNo"
placeholder="邀请码">
@@ -103,7 +101,7 @@
</van-popup>
</div>
<div style="font-size: 12px; color: #666;text-align: center;width: 100%;margin-top: 20px;">
- 客服电话:028-60102895
+ 客服电话:028-86043722
</div>
</div>
</template>
@@ -171,20 +169,11 @@
//第一步验证
ruleOne: [
- // {key:"merName",message:"请输入商户名称",type:"isEmpty"},
- // {key:"merName",message:"请输入正确的商户名称",rule:/^[\u4e00-\u9fa50-9a-zA-Z]{1,40}$/},
- // {key:"licenseNo",message:"请输入营业执照号",type:"isEmpty"},
- // {key:"licenseNo",message:"请输入正确的营业执照号",rule:/^[0-9a-zA-Z]{1,20}$/},
{
key: "legalName",
message: "请输入法人代表姓名",
type: "isEmpty"
},
- // {
- // key: "legalName",
- // message: "请输入正确的法人代表姓名",
- // rule: /^[\u4e00-\u9fa5]{1,12}$/
- // },
{
key: "legalIdNo",
message: "请输入法人代表身份证号",
@@ -216,11 +205,6 @@
message: "请输入负责人姓名",
type: "isEmpty"
},
- // {
- // key: "priName",
- // message: "请输入正确的负责人姓名",
- // rule: /^[\u4e00-\u9fa5]{1,6}$/
- // },
{
key: "priMblNo",
message: "请输入负责人手机号",
@@ -260,6 +244,7 @@
this.form.orgType = this.$route.query.orgType || '';
this.ShowqrCode = false;
}
+ this.form.inviteCode = 158875;
this.initWXToken(location.origin + location.pathname);
},
methods: {
@@ -276,11 +261,7 @@
this.ShowAgreen = true;
let protocol = createUserProtocol(this.form); //协议二
this.form.protocol = protocol;
- if(window.sessionStorage.getItem("wxScore") && window.sessionStorage.getItem("wxScore") == '1'){
- which === 1 ? this.Agreend = agreement5 : this.Agreend = protocol;
- }else{
- which === 1 ? this.Agreend = agreement1 : this.Agreend = protocol;
- }
+ which === 1 ? this.Agreend = agreement5 : this.Agreend = protocol;
},
// 验证form参数
--
Gitblit v1.8.0