修复:没有订单号不显示订单字段
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
<view class="vip-intro-features">
|
||||
<view class="feature-item">
|
||||
<wd-icon name="check-circle" size="16px" color="#258feb" />
|
||||
<text>畅享海量电子图书</text>
|
||||
<text>畅享app内电子图书</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
@@ -80,7 +80,7 @@ const handlePurchase = (vip: any) => {
|
||||
productName: `${vip.title}`,
|
||||
price: vip.money,
|
||||
productImages: '/static/vip.png',
|
||||
state: null,
|
||||
state: 1,
|
||||
orderType: 'abroadVip'
|
||||
}
|
||||
uni.navigateTo({
|
||||
|
||||
Reference in New Issue
Block a user