|
@@ -172,10 +172,12 @@
|
|
|
uni.showLoading({
|
|
|
title: '登录中'
|
|
|
})
|
|
|
+ var clientid = uni.getStorageSync("clientId")
|
|
|
+ console.log("clientid",clientid)
|
|
|
this.$api.request('user', 'login',{
|
|
|
password:that.password,
|
|
|
phone:that.phone,
|
|
|
- cid:uni.getStorageSync("clientId")
|
|
|
+ cid:clientid
|
|
|
}, failres => {
|
|
|
that.$api.msg(failres.errmsg)
|
|
|
uni.hideLoading()
|