mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-06-07 02:12:25 +08:00
百度小程序新增开票功能
This commit is contained in:
@ -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: '',
|
||||
|
||||
@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user