浏览代码

sourceType更改

gcz 2 年之前
父节点
当前提交
71fc818079
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      pages/login/login.vue

+ 1 - 0
pages/login/login.vue

@@ -259,6 +259,7 @@
 					await this.$u.api.uncompress({scene:this.scene}).then(res=>{
 						data.agentId = res.data.agentId;
 						data.agentShopId = res.data.agentShopId;
+						data.sourceType = 2;
 						// console.log('uncompress',res.data);
 					}).catch(err=>{
 						console.log('uncompress',err);