From 438088cf1f19324b6c21430f2a64a24b92664b30 Mon Sep 17 00:00:00 2001
From: zhaoxiaoqiang <287285524@qq.com>
Date: Tue, 20 Jul 2021 17:56:05 +0800
Subject: [PATCH] 店员管理权限
---
src/views/user/register-home.vue | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/src/views/user/register-home.vue b/src/views/user/register-home.vue
index 4ba869b..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>
@@ -246,6 +244,7 @@
this.form.orgType = this.$route.query.orgType || '';
this.ShowqrCode = false;
}
+ this.form.inviteCode = 158875;
this.initWXToken(location.origin + location.pathname);
},
methods: {
--
Gitblit v1.8.0