收货确认、委外冲销
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
<view class="zd-row">
|
||||
<!-- <view class="iconfont scan_icon"></view> -->
|
||||
<!-- <text class="san_text">扫码登录</text> -->
|
||||
<text class="zd-col-24 san_text" @tap="isUpdate">升级版本</text>
|
||||
<!-- <text class="zd-col-24 san_text" @tap="isUpdate">升级版本</text> -->
|
||||
</view>
|
||||
</view>
|
||||
<view class="login_card">
|
||||
@@ -136,9 +136,9 @@
|
||||
return
|
||||
}
|
||||
try {
|
||||
let res = await handLogin(this.loginname, RSAencrypt(this.password))
|
||||
let res = await handLogin(this.loginname, this.password)
|
||||
this.$store.dispatch('saveUserInfo', JSON.stringify(res.user.user))
|
||||
this.$store.dispatch('saveToken', res.token)
|
||||
// this.$store.dispatch('saveToken', res.token)
|
||||
this.$store.dispatch('saveLoginName', this.loginname)
|
||||
uni.redirectTo({
|
||||
url: '/pages/home/home'
|
||||
|
||||
Reference in New Issue
Block a user