收货确认、委外冲销

This commit is contained in:
2026-08-17 17:51:28 +08:00
parent 9207dfcff6
commit fdd1d95d18
11 changed files with 1255 additions and 25 deletions

View File

@@ -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'