更新
This commit is contained in:
parent
6686a27943
commit
72ff135b05
@ -101,8 +101,8 @@
|
||||
title: '用户登录',
|
||||
info: '请登录,将为您提供更好的服务!',
|
||||
//#ifdef H5
|
||||
// isWeixin: this.$wechat.isWeixin(),
|
||||
isWeixin: false, // 关闭微信公众号授权登录
|
||||
isWeixin: this.$wechat.isWeixin(),
|
||||
// isWeixin: false, // 关闭微信公众号授权登录
|
||||
//#endif
|
||||
//#ifdef MP
|
||||
title: '授权提醒',
|
||||
@ -193,7 +193,7 @@
|
||||
url: '/pages/users/login/login_copy'
|
||||
})
|
||||
// console.log(22);
|
||||
return
|
||||
return;
|
||||
let self = this;
|
||||
Routine.getUserProfile()
|
||||
.then(res => {
|
||||
|
@ -51,10 +51,10 @@ export function toLogin(push, pathLogin) {
|
||||
Cache.set('login_back_url', path);
|
||||
// #ifdef H5
|
||||
if (isWeixin()) {
|
||||
// auth.oAuth();
|
||||
uni.navigateTo({
|
||||
url: '/pages/users/login/login_copy',
|
||||
})
|
||||
auth.oAuth();
|
||||
// uni.navigateTo({
|
||||
// url: '/pages/users/login/login_copy',
|
||||
// })
|
||||
} else {
|
||||
if (path !== pathLogin) {
|
||||
push ? uni.navigateTo({
|
||||
|
@ -613,7 +613,7 @@ import activityCard from "@/components/activityCard.vue"
|
||||
// url: `/pages/nongKe/cloud_entrepot/index?street=${this.street_id}&town=${this.town}&source=103&location=${this.latitude},${this.longitude}`
|
||||
// })
|
||||
uni.navigateTo({
|
||||
url: `/pages/nongKe/cloud_entrepot/indexh?street_id=${this.street_id}&townName=${this.town}&source=103&location=${this.latitude},${this.longitude}`
|
||||
url: `pages/cloud_warehouse/big_classification/index`
|
||||
})
|
||||
|
||||
},
|
||||
|
@ -136,7 +136,7 @@
|
||||
<view class="uni-list-cell">
|
||||
<view class="uni-list-cell-db acea-row row-middle">
|
||||
<text class="item-name businessBox">详细地址</text>
|
||||
<input type="text" maxlength="30" placeholder="请输入详细地址"
|
||||
<input type="text" maxlength="30" placeholder="自动识别"
|
||||
v-model="merchantData.address" @input="validateBtn"
|
||||
placeholder-class='placeholder' />
|
||||
|
||||
@ -149,7 +149,7 @@
|
||||
<view class="uni-list-cell">
|
||||
<view class="uni-list-cell-db acea-row row-middle">
|
||||
<text class="item-name businessBox">公司名称</text>
|
||||
<input type="text" maxlength="30" placeholder="请输入公司名称"
|
||||
<input type="text" maxlength="30" placeholder="自动识别"
|
||||
v-model="merchantData.company_name" @input="validateBtn"
|
||||
placeholder-class='placeholder' />
|
||||
|
||||
@ -160,7 +160,7 @@
|
||||
<view class="item">
|
||||
<view class="acea-row row-middle">
|
||||
<text class="item-name">法人名称</text>
|
||||
<input type="text" placeholder="请输入法人名称" v-model="merchantData.user_name"
|
||||
<input type="text" placeholder="自动识别" v-model="merchantData.user_name"
|
||||
@input="validateBtn" placeholder-class='placeholder' />
|
||||
</view>
|
||||
</view>
|
||||
@ -169,7 +169,7 @@
|
||||
<view class="uni-list-cell">
|
||||
<view class="uni-list-cell-db acea-row row-middle">
|
||||
<text class="item-name businessBox">社会信用代码</text>
|
||||
<input type="text" maxlength="30" placeholder="请输入社会信用代码"
|
||||
<input type="text" maxlength="30" placeholder="自动识别"
|
||||
v-model="merchantData.social_credit_code" @input="validateBtn"
|
||||
placeholder-class='placeholder' />
|
||||
|
||||
@ -715,9 +715,9 @@ import { Toast } from '../../../libs/uniApi';
|
||||
if (res.code == 0) {
|
||||
this.company = ''
|
||||
this.organization_code = ''
|
||||
this.$util.Tips({
|
||||
title: res.msg
|
||||
});
|
||||
// this.$util.Tips({
|
||||
// title: res.msg
|
||||
// });
|
||||
return false;
|
||||
} else {
|
||||
this.company = res.data.title
|
||||
|
Loading…
x
Reference in New Issue
Block a user