This commit is contained in:
tx 2024-12-05 15:46:19 +08:00
parent 19800d7b47
commit eff15b47dc
5 changed files with 5095 additions and 5168 deletions

View File

@ -41,7 +41,9 @@
] ]
}, },
/* ios */ /* ios */
"ios" : {}, "ios" : {
"dSYMs" : false
},
/* SDK */ /* SDK */
"sdkConfigs" : {} "sdkConfigs" : {}
} }

View File

@ -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">

File diff suppressed because it is too large Load Diff

View File

@ -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');
} }
}, },
}); });

View File

@ -1751,6 +1751,8 @@
} }
</script> </script>
<style lang="scss"> <style lang="scss">
page { page {
overflow-x: hidden; overflow-x: hidden;