|
@@ -128,16 +128,18 @@ function handleGo(item: { name: string, status: string }) {
|
|
|
<image :src="`${StaticUrl}/4.png`" class="h-50rpx w-50rpx" />
|
|
<image :src="`${StaticUrl}/4.png`" class="h-50rpx w-50rpx" />
|
|
|
</template>
|
|
</template>
|
|
|
</wd-cell>
|
|
</wd-cell>
|
|
|
|
|
+ <!-- #ifdef MP-WEIXIN -->
|
|
|
<wd-cell custom-title-class="cell-title" clickable is-link>
|
|
<wd-cell custom-title-class="cell-title" clickable is-link>
|
|
|
<template #icon>
|
|
<template #icon>
|
|
|
- <image :src="`${StaticUrl}/5.png`" class="h-50rpx w-50rpx" />
|
|
|
|
|
|
|
+ <image :src="`${StaticUrl}/5.png`" class="h50rpx w50rpx" />
|
|
|
</template>
|
|
</template>
|
|
|
<template #title>
|
|
<template #title>
|
|
|
- <view class="ml-20rpx w-[90%]">
|
|
|
|
|
|
|
+ <view class="ml20rpx w100%">
|
|
|
<Zcontact>联系平台客服</Zcontact>
|
|
<Zcontact>联系平台客服</Zcontact>
|
|
|
</view>
|
|
</view>
|
|
|
</template>
|
|
</template>
|
|
|
</wd-cell>
|
|
</wd-cell>
|
|
|
|
|
+ <!-- #endif -->
|
|
|
<wd-cell title="账户设置" custom-title-class="cell-title" clickable is-link @click="router.push({ name: 'common-user-center' })">
|
|
<wd-cell title="账户设置" custom-title-class="cell-title" clickable is-link @click="router.push({ name: 'common-user-center' })">
|
|
|
<template #icon>
|
|
<template #icon>
|
|
|
<image :src="`${StaticUrl}/mine-setting-icon.png`" class="h-50rpx w-50rpx" />
|
|
<image :src="`${StaticUrl}/mine-setting-icon.png`" class="h-50rpx w-50rpx" />
|