ccjgmwz 4 年之前
父節點
當前提交
3ac5b78674
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      unimall-app/pages/public/login.vue

+ 1 - 1
unimall-app/pages/public/login.vue

@@ -176,7 +176,7 @@
 				this.$api.request('user', 'login',{
 				this.$api.request('user', 'login',{
 					password:that.password,
 					password:that.password,
 					phone:that.phone,
 					phone:that.phone,
-					cid:clientId
+					cid:that.clientId
 				}, failres => {
 				}, failres => {
 			           that.$api.msg(failres.errmsg)
 			           that.$api.msg(failres.errmsg)
 			           uni.hideLoading()
 			           uni.hideLoading()