Commit 0fb8942c authored by 李驰骋's avatar 李驰骋

票账管理页面调整

parent 2727ebc4
/.DS_Store
/unpackage
/unpackage/
/unpackage/dist/
/unpackage/
......@@ -16,7 +16,7 @@
"type" : "uniCloud"
},
{
"playground" : "standard",
"playground" : "custom",
"type" : "uni-app:app-android"
},
{
......
......@@ -35,6 +35,13 @@
</view>
<text class="entry-bill-text">销售订单</text>
</view>
<view class="entry-block" @click="goPage('ticket-order')" v-if='!isChildCustomer'>
<view class="entry-bill">
<image class="entry-bill-icon entry-bill-icon_billing"
src="@/static/image/usercenter_ticketorder@3x.png" mode=""></image>
</view>
<text class="entry-bill-text">制票通知单</text>
</view>
<view class="entry-block" @click="goPage('billing-invoice')">
<view class="entry-bill">
......@@ -44,13 +51,6 @@
</view>
<text class="entry-bill-text">账票管理</text>
</view>
<view class="entry-block" @click="goPage('ticket-order')" v-if='!isChildCustomer'>
<view class="entry-bill">
<image class="entry-bill-icon entry-bill-icon_billing"
src="@/static/image/usercenter_ticketorder@3x.png" mode=""></image>
</view>
<text class="entry-bill-text">制票通知单</text>
</view>
<!-- <view class="entry-block" @click="goPage('produce-order')">
<view class="entry-bill">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment