图片
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<template>
|
||||
<view>
|
||||
<u-navbar :autoBack="false" title="我的"></u-navbar>
|
||||
<u--image src="/static/my/wo_icon_bj1.png" width="750rpx" height="349rpx" :lazy-load="true">
|
||||
<u--image src="/static/my/wo_icon_bj1.png" width="750rpx" height="349rpx">
|
||||
</u--image>
|
||||
<myAvatar></myAvatar>
|
||||
<view class="table">
|
||||
@@ -20,8 +20,6 @@
|
||||
@click="showModal()">
|
||||
</u-cell>
|
||||
</u-cell-group>
|
||||
|
||||
|
||||
<u-modal :show="showM" showCancelButton closeOnClickOverlay confirmText="是" cancelText="否"
|
||||
@confirm="confirm" @cancel="cancel" @close="close">
|
||||
<rich-text :nodes="content"></rich-text>
|
||||
@@ -34,7 +32,7 @@
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
show: false,
|
||||
|
||||
showM: false,
|
||||
content: `138 1222 222<br>
|
||||
是否拨打客服电话`,
|
||||
|
||||
Reference in New Issue
Block a user