优化代码结构
This commit is contained in:
parent
2ea178492d
commit
bedeacc239
|
@ -60,57 +60,41 @@
|
|||
<view class="common-form-widget-group">
|
||||
<view class="widget-item" @click="utils.toPage('/pages/member/cash-withdraw')">
|
||||
<text class="title limit-line clamp-1">我要提现</text>
|
||||
<view class="item-content">
|
||||
<text class="iconfont icon-jinru"></text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="widget-item">
|
||||
<text class="title limit-line clamp-1">服务无忧保</text>
|
||||
<view class="item-content">
|
||||
<text class="iconfont icon-jinru"></text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="widget-item">
|
||||
<text class="title limit-line clamp-1">提现记录</text>
|
||||
<view class="item-content">
|
||||
<text class="iconfont icon-jinru"></text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="widget-item">
|
||||
<text class="title limit-line clamp-1">明细</text>
|
||||
<view class="item-content">
|
||||
<text class="iconfont icon-jinru"></text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="common-form-widget-group">
|
||||
<view class="widget-item" @click="utils.toPage('/pages/member/service-info')">
|
||||
<text class="title limit-line clamp-1">设置服务信息</text>
|
||||
<view class="item-content">
|
||||
<text class="iconfont icon-jinru"></text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="widget-item">
|
||||
<text class="title limit-line clamp-1">我的评价</text>
|
||||
<view class="item-content">
|
||||
<text class="iconfont icon-jinru"></text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="widget-item">
|
||||
<text class="title limit-line clamp-1">在线客服</text>
|
||||
<view class="item-content">
|
||||
<text class="iconfont icon-jinru"></text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="widget-item" @click="utils.toPage('/pages/member/setting')">
|
||||
<text class="title limit-line clamp-1">设置</text>
|
||||
<view class="item-content">
|
||||
<text class="iconfont icon-jinru"></text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</app-layout>
|
||||
</template>
|
||||
|
||||
|
|
Loading…
Reference in New Issue