|
@@ -19,7 +19,7 @@
|
|
|
</navigator>
|
|
|
<navigator url="/pages/ticket/index" class="flex account-info-item" hover-class="navigator-hover">
|
|
|
<view>{{ initData.ticketNum }}</view>
|
|
|
- <view>我的盲票包</view>
|
|
|
+ <view>我的盲票</view>
|
|
|
</navigator>
|
|
|
<navigator url="/pages/bean/index" class="flex account-info-item" hover-class="navigator-hover">
|
|
|
<view>{{ initData.coinNum }}</view>
|
|
@@ -33,7 +33,7 @@
|
|
|
</view>
|
|
|
<view class="flex account-info-item">
|
|
|
<view>-</view>
|
|
|
- <view>我的盲票包</view>
|
|
|
+ <view>我的盲票</view>
|
|
|
</view>
|
|
|
<view class="flex account-info-item">
|
|
|
<view>-</view>
|
|
@@ -44,7 +44,7 @@
|
|
|
<!-- 操作项 -->
|
|
|
<view class="action">
|
|
|
<u-cell-group :border="false">
|
|
|
- <u-cell icon="order" title="我的订单" :isLink="true" @click="toOrder"></u-cell>
|
|
|
+ <u-cell icon="order" title="提货订单" :isLink="true" @click="toOrder"></u-cell>
|
|
|
<u-cell icon="map" title="我的地址" :isLink="true" @click="toAddress"></u-cell>
|
|
|
<u-cell icon="kefu-ermai" title="联系客服" :isLink="true"></u-cell>
|
|
|
<u-cell icon="info-circle" title="关于我们" :border="false" :isLink="true" :url="'/pages/about/index'">
|