百度小程序新增开票功能

This commit is contained in:
Devil
2020-12-09 11:15:36 +08:00
parent 0bd347c2f9
commit a2cbd72f85
30 changed files with 1457 additions and 15 deletions

View File

@ -65,7 +65,6 @@ Page({
{ name: "快递名称", value: data.data.express_name || '' },
{ name: "快递单号", value: data.data.express_number || '' },
],
data_list_loding_status: 3,
data_bottom_line_status: true,
data_list_loding_msg: '',

View File

@ -1,5 +1,5 @@
<!-- -->
<view qq:if="{{nav_list.length > 0 && (data_base || null) != null}}" class="nav oh bg-white">
<view qq:if="{{nav_list.length > 0}}" class="nav oh bg-white">
<block qq:for="{{nav_list}}" qq:key="key">
<navigator url="{{item.url}}" hover-class="none">
<view class="item fl tc">
@ -11,7 +11,7 @@
</view>
<!-- -->
<view qq:if="{{(data_base.invoice_desc || null) != null && data_base.invoice_desc.length > 0}}" class="tips-container spacing-mt">
<view qq:if="{{(data_base || null) != null && (data_base.invoice_desc || null) != null && data_base.invoice_desc.length > 0}}" class="tips-container spacing-mt">
<view class="tips">
<view qq:for="{{data_base.invoice_desc}}" qq:key="key" class="item">
{{item}}