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
833035ca
Commit
833035ca
authored
May 09, 2019
by
Junling Bu
Browse files
fix[litemall-wx, renard-wx]: 下单时收货人联系号码和地址调整
parent
b2b6fa28
Changes
3
Hide whitespace changes
Inline
Side-by-side
litemall-wx/pages/checkout/checkout.wxml
View file @
833035ca
...
...
@@ -6,8 +6,8 @@
<text class="default" wx:if="{{checkedAddress.isDefault}}">默认</text>
</view>
<view class="m">
<text class="mobile">{{checkedAddress.
mobile
}}</text>
<text class="address">{{checkedAddress.address}}</text>
<text class="mobile">{{checkedAddress.
tel
}}</text>
<text class="address">{{checkedAddress.address
Detail
}}</text>
</view>
<view class="r">
<image src="/static/images/address_right.png"></image>
...
...
renard-wx/config/api.js
View file @
833035ca
...
...
@@ -15,10 +15,6 @@ module.exports = {
CatalogAll
:
WxApiRoot
+
'
catalog/all
'
,
//分类目录当前分类数据接口
AuthLoginByWeixin
:
WxApiRoot
+
'
auth/login_by_weixin
'
,
//微信登录
AuthLoginByAccount
:
WxApiRoot
+
'
auth/login
'
,
//账号登录
AuthRegister
:
WxApiRoot
+
'
auth/register
'
,
//账号注册
AuthReset
:
WxApiRoot
+
'
auth/reset
'
,
//账号密码重置
AuthRegisterCaptcha
:
WxApiRoot
+
'
auth/regCaptcha
'
,
//验证码
GoodsCount
:
WxApiRoot
+
'
goods/count
'
,
//统计商品总数
GoodsList
:
WxApiRoot
+
'
goods/list
'
,
//获得商品列表
...
...
@@ -54,8 +50,6 @@ module.exports = {
AddressSave
:
WxApiRoot
+
'
address/save
'
,
//保存收货地址
AddressDelete
:
WxApiRoot
+
'
address/delete
'
,
//保存收货地址
RegionList
:
WxApiRoot
+
'
region/list
'
,
//获取区域列表
OrderSubmit
:
WxApiRoot
+
'
order/submit
'
,
// 提交订单
OrderPrepay
:
WxApiRoot
+
'
order/prepay
'
,
// 订单的预支付会话
OrderList
:
WxApiRoot
+
'
order/list
'
,
//订单列表
...
...
renard-wx/pages/shopping/checkout/checkout.wxml
View file @
833035ca
...
...
@@ -6,8 +6,8 @@
<text class="default" wx:if="{{checkedAddress.isDefault}}">默认</text>
</view>
<view class="m">
<text class="mobile">{{checkedAddress.
mobile
}}</text>
<text class="address">{{checkedAddress.address}}</text>
<text class="mobile">{{checkedAddress.
tel
}}</text>
<text class="address">{{checkedAddress.address
Detail
}}</text>
</view>
<view class="r">
<image src="/static/images/address_right.png"></image>
...
...
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