11
This commit is contained in:
parent
19800d7b47
commit
eff15b47dc
|
@ -41,7 +41,9 @@
|
|||
]
|
||||
},
|
||||
/* ios打包配置 */
|
||||
"ios" : {},
|
||||
"ios" : {
|
||||
"dSYMs" : false
|
||||
},
|
||||
/* SDK配置 */
|
||||
"sdkConfigs" : {}
|
||||
}
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
<image v-if="info.avatar==''&&deptId==100"
|
||||
src="https://lxnapi.ccttiot.com/bike/img/static/uSRzzLXhnbnWLB8jMKmr" mode=""></image>
|
||||
<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="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) {
|
||||
if (res.code) {
|
||||
this.openCode=res.code
|
||||
console.log(this.openCode,'this.openCodethis.openCode');
|
||||
|
||||
}
|
||||
},
|
||||
});
|
||||
|
|
|
@ -1751,6 +1751,8 @@
|
|||
}
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
<style lang="scss">
|
||||
page {
|
||||
overflow-x: hidden;
|
||||
|
|
Loading…
Reference in New Issue
Block a user