dev-hxf #33

Merged
huxiaofeng666 merged 3 commits from dev-hxf into master 2023-11-07 20:58:26 +08:00
2 changed files with 12 additions and 1 deletions
Showing only changes of commit 7b1db47383 - Show all commits

View File

@@ -81,11 +81,16 @@
<img src="/static/image/mine/wdtj.png" style="width: 24px;height: 24px;">
</template>
</u-cell>
<u-cell size="large" title="我的题库" :value="carName" isLink @tap="toChangeCarType">
<u-cell size="large" title="我的题库" :value="carName" @tap="toChangeCarType">
<template #icon>
<img src="/static/image/mine/wdtk.png" style="width: 24px;height: 24px;">
</template>
</u-cell>
<u-cell size="large" title="联系我们" @tap="callPhoneNumber">
<template #icon>
<img src="/static/image/mine/callme.png" style="width: 24px;height: 24px;">
</template>
</u-cell>
</u-cell-group>
</view>
<view v-if="isLogin" class="flex ai-c jc-c mt12 br8 bc-fff" style="height: 50px;" @tap="handleLogout">
@@ -146,6 +151,12 @@ export default {
this.carName = storage.get('carName') || '小车C1/C2/C3'
},
methods: {
// 拨打电话
callPhoneNumber() {
uni.makePhoneCall({
phoneNumber: '15105693067'
});
},
toChangeCarType() {
uni.navigateTo({
url: "/pages/me/changeCarType"

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB