|
@@ -4,7 +4,7 @@
|
|
|
<view class="invoice-content">
|
|
|
<view class="invoice-title">发票信息</view>
|
|
|
<view class="invoice-empty" v-if="isEmpty">
|
|
|
- <text>不开发票</text></text>
|
|
|
+ <text>不要发票</text></text>
|
|
|
</view>
|
|
|
<view class="invoice-text" v-else>
|
|
|
<view class="invoice-top" @click="showInvoice">
|