fix[litemall-wx, renard-wx]: 下单时收货人联系号码和地址调整
This commit is contained in:
@@ -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', //订单列表
|
||||
|
||||
@@ -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.addressDetail}}</text>
|
||||
</view>
|
||||
<view class="r">
|
||||
<image src="/static/images/address_right.png"></image>
|
||||
|
||||
Reference in New Issue
Block a user