11
This commit is contained in:
parent
19800d7b47
commit
eff15b47dc
|
@ -41,7 +41,9 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
/* ios打包配置 */
|
/* ios打包配置 */
|
||||||
"ios" : {},
|
"ios" : {
|
||||||
|
"dSYMs" : false
|
||||||
|
},
|
||||||
/* SDK配置 */
|
/* SDK配置 */
|
||||||
"sdkConfigs" : {}
|
"sdkConfigs" : {}
|
||||||
}
|
}
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
<image v-if="info.avatar==''&&deptId==100"
|
<image v-if="info.avatar==''&&deptId==100"
|
||||||
src="https://lxnapi.ccttiot.com/bike/img/static/uSRzzLXhnbnWLB8jMKmr" mode=""></image>
|
src="https://lxnapi.ccttiot.com/bike/img/static/uSRzzLXhnbnWLB8jMKmr" mode=""></image>
|
||||||
<image v-if="info.avatar==''&&deptId==101"
|
<image v-if="info.avatar==''&&deptId==101"
|
||||||
src=" https://lxnapi.ccttiot.com/bike/img/static/uP9vN4Vht0B2bd10Sy60" mode=""></image>
|
src="https://lxnapi.ccttiot.com/bike/img/static/uP9vN4Vht0B2bd10Sy60" mode=""></image>
|
||||||
|
|
||||||
<view class="cont">
|
<view class="cont">
|
||||||
<view class="name" v-if="info.realName!=null">
|
<view class="name" v-if="info.realName!=null">
|
||||||
|
|
10253
pages/index/index.vue
10253
pages/index/index.vue
File diff suppressed because it is too large
Load Diff
|
@ -272,7 +272,7 @@
|
||||||
success(res) {
|
success(res) {
|
||||||
if (res.code) {
|
if (res.code) {
|
||||||
this.openCode=res.code
|
this.openCode=res.code
|
||||||
console.log(this.openCode,'this.openCodethis.openCode');
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
|
@ -1751,6 +1751,8 @@
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
page {
|
page {
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user