|
|
@@ -63,7 +63,7 @@
|
|
|
<!-- #endif -->
|
|
|
<view style="margin-top:45upx;color:#333333;font-size:38upx;width:100%;text-align:right;padding-right:70upx;">
|
|
|
<text style="margin-right:40upx;" @click="useAccount()">使用账号密码登录</text>
|
|
|
- <text @click="register">注册帐号</text>
|
|
|
+ <text @click="register">注册账号</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
@@ -135,7 +135,9 @@ export default {
|
|
|
register(){
|
|
|
let itemId = this.option.itemId ? this.option.itemId : 0
|
|
|
let ghsShopId = this.option.ghsShopId ? this.option.ghsShopId : 0
|
|
|
- this.pageTo({url:'/pagesClient/official/apply?itemId='+itemId+'&ghsShopId='+ghsShopId,type:2})
|
|
|
+ // 2 失信人员列表
|
|
|
+ let fromType = this.option.fromType?this.option.fromType:0
|
|
|
+ this.pageTo({url:'/pagesClient/official/apply?itemId='+itemId+'&ghsShopId='+ghsShopId+'&fromType='+fromType,type:2})
|
|
|
},
|
|
|
goBack(){
|
|
|
uni.navigateBack({})
|
|
|
@@ -226,6 +228,12 @@ export default {
|
|
|
getShopInfo(true).then(res => { uni.setNavigationBarTitle({ title: res.name }) })
|
|
|
that.setUserShopAll()
|
|
|
|
|
|
+ if(this.option.fromType && this.option.fromType == 2){
|
|
|
+ //跳转失信人员页面
|
|
|
+ that.$util.pageTo({url: "/admin/ll/list", type:2})
|
|
|
+ return false
|
|
|
+ }
|
|
|
+
|
|
|
if(this.option.itemId && Number(this.option.itemId)>0 && this.option.ghsShopId && Number(this.option.ghsShopId)>0){
|
|
|
ghsInfo({shopId:this.option.ghsShopId}).then(resInfo => {
|
|
|
let ghsId = resInfo.data.id
|