| | |
| | | @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="邀请码"> |
| | |
| | | </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> |
| | |
| | | this.form.orgType = this.$route.query.orgType || ''; |
| | | this.ShowqrCode = false; |
| | | } |
| | | this.form.inviteCode = 158875; |
| | | this.initWXToken(location.origin + location.pathname); |
| | | }, |
| | | methods: { |