修复bug

This commit is contained in:
weipengfei 2024-03-21 10:55:36 +08:00
parent fc75cc723f
commit 3884b53568
3 changed files with 7 additions and 4 deletions

View File

@ -194,10 +194,12 @@
},
toWecahtAuth() {
toLogin(true);
this.$emit('authColse', false);
},
getUserProfile() {
// console.log(11);
toLogin(true);
this.$emit('authColse', false);
uni.navigateTo({
url: '/pages/users/login/login_copy'
})

View File

@ -315,6 +315,7 @@
this.getNav();
if (this.isLogin == true) {
this.isShowAuth = false;
try{
if(this.$store.state.app.userInfo.mer_info.mer_settlement_agree_status&&this.tabsArr.length==1) this.tabsArr.push({
name: '商户购物车',

View File

@ -24,7 +24,7 @@
</view>
</view>
<view class='item acea-row row-between-wrapper'>
<!-- <view class='item acea-row row-between-wrapper'>
<view class='name'>所在村队</view>
<view class="region">
<view class="region_count" @click="changevillage">
@ -34,7 +34,7 @@
</view>
</view>
</view>
</view> -->
<view class='item acea-row row-between-wrapper'>
<view class='name'>详细地址</view>
<input type='text' class="location-input" placeholder='请填写具体地址' name='detail'
@ -65,8 +65,8 @@
</form>
<areaWindow ref="areaWindow" :display="display" :address="addressInfo" @submit="OnChangeAddress"
@changeClose="changeClose"></areaWindow>
<villageTeam ref="villageTeam" :display="display_one" :address="villageInfo" :villageaddress="list"
@submit="OnChangevAddress" @changeClose="changevClose"></villageTeam>
<!-- <villageTeam ref="villageTeam" :display="display_one" :address="villageInfo" :villageaddress="list"
@submit="OnChangevAddress" @changeClose="changevClose"></villageTeam> -->
<authorize @onLoadFun="onLoadFun" :isAuto="isAuto" :isShowAuth="isShowAuth" @authColse="authColse"></authorize>
</view>