Browse Source

上传

master
前端-胡立永 4 months ago
parent
commit
02e1dc8066
2 changed files with 16 additions and 3 deletions
  1. +1
    -1
      pages/index/index.vue
  2. +15
    -2
      pages_order/auth/wxLogin.vue

+ 1
- 1
pages/index/index.vue View File

@ -77,7 +77,7 @@
<image
class="image"
:src="bindShop.pic"
mode=""></image>
mode="aspectFill"></image>
<view class="shopInfo">
<view class="title">
{{bindShop.name}}


+ 15
- 2
pages_order/auth/wxLogin.vue View File

@ -19,6 +19,10 @@
@click="$utils.navigateTo('/pages_order/auth/loginAndRegisterAndForgetPassword')">
使用账号密码登录
</view>
<view class="btn b3"
@click="qux">
取消登录
</view>
@ -74,8 +78,12 @@
//
openConfigDetail(key){
this.$refs.popup.open(key)
}
},
qux(){
uni.reLaunch({
url: '/pages/index/index'
})
},
}
}
</script>
@ -137,6 +145,11 @@
background-color: rgba($uni-color, 0.2);
color: $uni-color;
}
.b3{
background-color: #fff;
color: $uni-color;
box-sizing: border-box;
}
.mt{
margin-top: 200rpx;
}


Loading…
Cancel
Save