修复bug
This commit is contained in:
parent
fc75cc723f
commit
3884b53568
@ -194,10 +194,12 @@
|
|||||||
},
|
},
|
||||||
toWecahtAuth() {
|
toWecahtAuth() {
|
||||||
toLogin(true);
|
toLogin(true);
|
||||||
|
this.$emit('authColse', false);
|
||||||
},
|
},
|
||||||
getUserProfile() {
|
getUserProfile() {
|
||||||
// console.log(11);
|
// console.log(11);
|
||||||
toLogin(true);
|
toLogin(true);
|
||||||
|
this.$emit('authColse', false);
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: '/pages/users/login/login_copy'
|
url: '/pages/users/login/login_copy'
|
||||||
})
|
})
|
||||||
|
@ -315,6 +315,7 @@
|
|||||||
this.getNav();
|
this.getNav();
|
||||||
|
|
||||||
if (this.isLogin == true) {
|
if (this.isLogin == true) {
|
||||||
|
this.isShowAuth = false;
|
||||||
try{
|
try{
|
||||||
if(this.$store.state.app.userInfo.mer_info.mer_settlement_agree_status&&this.tabsArr.length==1) this.tabsArr.push({
|
if(this.$store.state.app.userInfo.mer_info.mer_settlement_agree_status&&this.tabsArr.length==1) this.tabsArr.push({
|
||||||
name: '商户购物车',
|
name: '商户购物车',
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
</view>
|
</view>
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
<view class='item acea-row row-between-wrapper'>
|
<!-- <view class='item acea-row row-between-wrapper'>
|
||||||
<view class='name'>所在村队</view>
|
<view class='name'>所在村队</view>
|
||||||
<view class="region">
|
<view class="region">
|
||||||
<view class="region_count" @click="changevillage">
|
<view class="region_count" @click="changevillage">
|
||||||
@ -34,7 +34,7 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
</view>
|
</view> -->
|
||||||
<view class='item acea-row row-between-wrapper'>
|
<view class='item acea-row row-between-wrapper'>
|
||||||
<view class='name'>详细地址</view>
|
<view class='name'>详细地址</view>
|
||||||
<input type='text' class="location-input" placeholder='请填写具体地址' name='detail'
|
<input type='text' class="location-input" placeholder='请填写具体地址' name='detail'
|
||||||
@ -65,8 +65,8 @@
|
|||||||
</form>
|
</form>
|
||||||
<areaWindow ref="areaWindow" :display="display" :address="addressInfo" @submit="OnChangeAddress"
|
<areaWindow ref="areaWindow" :display="display" :address="addressInfo" @submit="OnChangeAddress"
|
||||||
@changeClose="changeClose"></areaWindow>
|
@changeClose="changeClose"></areaWindow>
|
||||||
<villageTeam ref="villageTeam" :display="display_one" :address="villageInfo" :villageaddress="list"
|
<!-- <villageTeam ref="villageTeam" :display="display_one" :address="villageInfo" :villageaddress="list"
|
||||||
@submit="OnChangevAddress" @changeClose="changevClose"></villageTeam>
|
@submit="OnChangevAddress" @changeClose="changevClose"></villageTeam> -->
|
||||||
|
|
||||||
<authorize @onLoadFun="onLoadFun" :isAuto="isAuto" :isShowAuth="isShowAuth" @authColse="authColse"></authorize>
|
<authorize @onLoadFun="onLoadFun" :isAuto="isAuto" :isShowAuth="isShowAuth" @authColse="authColse"></authorize>
|
||||||
</view>
|
</view>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user