Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Litemall
Commits
5a981060
Commit
5a981060
authored
Nov 16, 2018
by
Junling Bu
Browse files
fix[litemall-wx, renard-wx]: 下单时收货地址空,则跳转地址选择页面。
parent
fe595203
Changes
4
Hide whitespace changes
Inline
Side-by-side
litemall-wx/pages/checkout/checkout.js
View file @
5a981060
...
...
@@ -59,11 +59,6 @@ Page({
url
:
'
/pages/ucenter/address/address
'
,
})
},
addAddress
()
{
wx
.
navigateTo
({
url
:
'
/pages/ucenter/addressAdd/addressAdd
'
,
})
},
bindMessageInput
:
function
(
e
)
{
this
.
setData
({
message
:
e
.
detail
.
value
...
...
litemall-wx/pages/checkout/checkout.wxml
View file @
5a981060
...
...
@@ -13,7 +13,7 @@
<image src="/static/images/address_right.png"></image>
</view>
</view>
<view class="address-item address-empty" bindtap="
add
Address" wx:else>
<view class="address-item address-empty" bindtap="
select
Address" wx:else>
<view class="m">
还没有收货地址,去添加
</view>
...
...
renard-wx/pages/shopping/checkout/checkout.js
View file @
5a981060
...
...
@@ -57,11 +57,6 @@ Page({
url
:
'
/pages/ucenter/address/address
'
,
})
},
addAddress
()
{
wx
.
navigateTo
({
url
:
'
/pages/ucenter/addressAdd/addressAdd
'
,
})
},
onReady
:
function
()
{
// 页面渲染完成
...
...
renard-wx/pages/shopping/checkout/checkout.wxml
View file @
5a981060
...
...
@@ -13,7 +13,7 @@
<image src="/static/images/address_right.png"></image>
</view>
</view>
<view class="address-item address-empty" bindtap="
add
Address" wx:else>
<view class="address-item address-empty" bindtap="
select
Address" wx:else>
<view class="m">
还没有收货地址,去添加
</view>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment