Commit 00678d6e authored by 张伯涛's avatar 张伯涛

样式修改

parent 6e2cbb26
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
<div>扫码获取:</div> <div>扫码获取:</div>
<div>{{ scanCode }}</div> <div>{{ scanCode }}</div>
<div style="margin-top: 50px">拍照获取:</div> <div style="margin-top: 50px">拍照获取:</div>
<div><img :src="imgUrlForm.url" class="sidebar-logo"></div> <div><img style="width: 200px;height: 200px" :src="imgUrlForm.url" class="sidebar-logo"></div>
</div> </div>
</template> </template>
...@@ -72,6 +72,7 @@ export default { ...@@ -72,6 +72,7 @@ export default {
tokenMsg: getToken() tokenMsg: getToken()
} }
this.$WebView.openCameraStorage(params).then(res => { this.$WebView.openCameraStorage(params).then(res => {
console.log('拍照2',res)
this.imgUrlForm = JSON.parse(res) this.imgUrlForm = JSON.parse(res)
}) })
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment