Commit a672264b authored by leiqingsong's avatar leiqingsong

修改

parent 429d5356
...@@ -10,7 +10,6 @@ ...@@ -10,7 +10,6 @@
</template> </template>
<script> <script>
import { navigateBack } from "@/utils/bridgeToAppFun";
export default { export default {
name: "BaseNavBar", name: "BaseNavBar",
props: { props: {
...@@ -38,7 +37,7 @@ export default { ...@@ -38,7 +37,7 @@ export default {
]; ];
if (whiteList.indexOf(currentPage) > -1) { if (whiteList.indexOf(currentPage) > -1) {
try { try {
navigateBack(); this.$bridgeToAppFun.navigateBack();
} catch { } catch {
console.log("不能交互"); console.log("不能交互");
} }
......
...@@ -16,8 +16,9 @@ ...@@ -16,8 +16,9 @@
<div class="save-code"> <div class="save-code">
<p>保存二维码</p> <p>保存二维码</p>
<p>打开微信扫一扫添加客服</p> <p>打开微信扫一扫添加客服</p>
<p>请截图保存!</p>
</div> </div>
<van-button>保存</van-button> <!-- <van-button>保存</van-button> -->
</div> </div>
</div> </div>
</div> </div>
......
...@@ -3,11 +3,7 @@ ...@@ -3,11 +3,7 @@
<van-cell-group class="group-1"> <van-cell-group class="group-1">
<van-cell title="用户名" :value="$userId" /> <van-cell title="用户名" :value="$userId" />
<van-cell is-link center title="头像" @click="onModefy"> <van-cell is-link center title="头像" @click="onModefy">
<img <img class="avatar-img" :src="imgBaseUrl + avatar" alt="头像" />
class="avatar-img"
:src="imgBaseUrl + avatar"
alt="头像"
/>
</van-cell> </van-cell>
</van-cell-group> </van-cell-group>
<van-cell-group> <van-cell-group>
...@@ -59,7 +55,7 @@ export default { ...@@ -59,7 +55,7 @@ export default {
name: "Settings", name: "Settings",
data() { data() {
return { return {
imgBaseUrl: '', imgBaseUrl: "",
avatar: "", avatar: "",
fileList: [], fileList: [],
fillCode: "", fillCode: "",
......
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