diff --git a/config/index.js b/config/index.js index ade4699..153eca6 100644 --- a/config/index.js +++ b/config/index.js @@ -1,9 +1,8 @@ - // export const VUE_APP_API_URL = 'http://natapp.xinxintuan.co/api'; // export const VUE_APP_API_URL = 'https://wxapi.yixiang.co/api'; // export const VUE_APP_API_URL = 'http://192.168.31.223:8008/api'; - export const VUE_APP_API_URL = 'http://natapp.xinxintuan.co/api'; - // export const VUE_APP_API_URL = 'https://tapi.xinxintuan.co/api'; +// export const VUE_APP_API_URL = 'http://natapp.xinxintuan.co/api'; +export const VUE_APP_API_URL = 'https://tapi.xinxintuan.co/api' // export const VUE_APP_API_URL = 'https://h5api.xinxintuan.co/api'; // export const VUE_APP_API_URL = 'https://h5api.xinxintuan.co/api'; -export const VUE_APP_RESOURCES_URL = 'https://wx.yixiang.co/static'; +export const VUE_APP_RESOURCES_URL = 'https://wx.yixiang.co/static' diff --git a/pages.json b/pages.json index 6bf8133..11102a0 100644 --- a/pages.json +++ b/pages.json @@ -1,460 +1,470 @@ { - "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages - { - "path": "pages/Loading/index", - "style": { - "navigationBarTitleText": "yshop商城" - } - }, - { - "path": "pages/authorization/index", - "style": { - "navigationBarTitleText": "微信授权" - } - }, - { - "path": "pages/user/Login/index", - "style": { - "navigationBarTitleText": "登录" - } - }, - { - "path": "pages/user/Register/index", - "style": { - "navigationBarTitleText": "注册" - } - }, - { - "path": "pages/user/RetrievePassword/index", - "style": { - "navigationBarTitleText": "重置密码" - } - }, - { - "path": "pages/launch/index", - "style": { - "navigationBarTitleText": "首页" - } - }, - { - "path": "pages/home/index", - "style": { - "navigationBarTitleText": "yshop商城", - "navigationBarTextStyle": "white", - // "enablePullDownRefresh": true, - "navigationStyle": "custom" - } - }, - { - "path": "pages/shop/GoodSearch/index", - "style": { - "navigationBarTitleText": "搜索商品" - } - }, - { - "path": "pages/shop/GoodsClass/index", - "style": { - "navigationBarTitleText": "商品分类" - } - }, - { - "path": "pages/shop/ShoppingCart/index", - "style": { - "navigationBarTitleText": "购物车" - } - }, - { - "path": "pages/shop/StoreList/index", - "style": { - "navigationBarTitleText": "商家列表" - } - }, - { - "path": "pages/shop/GoodsList/index", - "style": { - "navigationBarTitleText": "商品列表" - } - }, - { - "path": "pages/NotDefined/index", - "style": { - "navigationBarTitleText": "404" - } - }, - { - "path": "pages/user/User/index", - "style": { - "navigationBarTitleText": "我的" - } - }, - { - "path": "pages/shop/GoodsCollection/index", - "style": { - "navigationBarTitleText": "商品收藏" - } - }, - { - "path": "pages/shop/GoodsFoot/index", - "style": { - "navigationBarTitleText": "我的足迹" - } - }, - { - "path": "pages/shop/news/NewsDetail/index", - "style": { - "navigationBarTitleText": "新闻详情" - } - }, - { - "path": "pages/shop/news/NewsList/index", - "style": { - "navigationBarTitleText": "新闻列表" - } - }, - { - "path": "pages/shop/EvaluateList/index", - "style": { - "navigationBarTitleText": "评价列表" - } - }, - { - "path": "pages/shop/GoodsEvaluate/index", - "style": { - "navigationBarTitleText": "商品评价" - } - }, - { - "path": "pages/shop/GoodsPromotion/index", - "style": { - "navigationBarTitleText": "促销商品" - } - }, - { - "path": "pages/shop/HotNewGoods/index", - "style": { - "navigationBarTitleText": "热门商品" - } - }, - { - "path": "pages/shop/GoodsCon/index", - "style": { - "navigationBarTitleText": "商品详情" - } - }, - { - "path": "pages/user/BindingPhone/index", - "style": { - "navigationBarTitleText": "绑定手机号" - } - }, - { - "path": "pages/user/address/AddAddress/index", - "style": { - "navigationBarTitleText": "新增收货地址" - } - }, - { - "path": "pages/user/UserAccount/index", - "style": { - "navigationBarTitleText": "账户余额" - } - }, - { - "path": "pages/user/address/AddressManagement/index", - "style": { - "navigationBarTitleText": "收货地址" - } - }, - { - "path": "pages/user/promotion/Poster/index", - "style": { - "navigationBarTitleText": "推广名片" - } - }, - { - "path": "pages/user/signIn/Sign/index", - "style": { - "navigationBarTitleText": "签到" - } - }, - { - "path": "pages/user/signIn/SignRecord/index", - "style": { - "navigationBarTitleText": "签到记录" - } - }, - { - "path": "pages/user/promotion/CashAudit/index", - "style": { - "navigationBarTitleText": "提现结果" - } - }, - { - "path": "pages/user/promotion/PromoterOrder/index", - "style": { - "navigationBarTitleText": "分销详情" - } - }, - { - "path": "pages/user/promotion/PromoterList/index", - "style": { - "navigationBarTitleText": "分销列表" - } - }, - { - "path": "pages/user/promotion/UserPromotion/index", - "style": { - "navigationBarTitleText": "佣金" - } - }, - { - "path": "pages/user/UserBill/index", - "style": { - "navigationBarTitleText": "账单记录" - } - }, - { - "path": "pages/user/promotion/CashRecord/index", - "style": { - "navigationBarTitleText": "提现记录" - } - }, - { - "path": "pages/user/promotion/CommissionDetails/index", - "style": { - "navigationBarTitleText": "佣金明细" - } - }, - { - "path": "pages/user/signIn/Integral/index", - "style": { - "navigationBarTitleText": "我的积分" - } - }, - { - "path": "pages/user/UserVip/index", - "style": { - "navigationBarTitleText": "用户vip" - } - }, - { - "path": "pages/user/PersonalData/index", - "style": { - "navigationBarTitleText": "个人资料" - } - }, - { - "path": "pages/user/coupon/UserCoupon/index", - "style": { - "navigationBarTitleText": "优惠券" - } - }, - { - "path": "pages/user/coupon/GetCoupon/index", - "style": { - "navigationBarTitleText": "领取优惠券" - } - }, - { - "path": "pages/user/promotion/UserCash/index", - "style": { - "navigationBarTitleText": "提现" - } - }, - { - "path": "pages/user/CustomerList/index", - "style": { - "navigationBarTitleText": "客服列表" - } - }, - { - "path": "pages/user/Recharge/index", - "style": { - "navigationBarTitleText": "充值" - } - }, - { - "path": "pages/order/MyOrder/index", - "style": { - "navigationBarTitleText": "我的订单" - } - }, - { - "path": "pages/order/Logistics/index", - "style": { - "navigationBarTitleText": "查看物流" - } - }, - { - "path": "pages/order/OrderDetails/index", - "style": { - "navigationBarTitleText": "订单详情" - } - }, - { - "path": "pages/order/OrderSubmission/index", - "style": { - "navigationBarTitleText": "提交订单" - } - }, - { - "path": "pages/order/PaymentStatus/index", - "style": { - "navigationBarTitleText": "支付状态" - } - }, - { - "path": "pages/order/GoodsReturn/index", - "style": { - "navigationBarTitleText": "商品退货" - } - }, - { - "path": "pages/order/ReturnList/index", - "style": { - "navigationBarTitleText": "退货列表" - } - }, - { - "path": "pages/orderAdmin/OrderIndex/index", - "style": { - "navigationBarTitleText": "商家订单统计" - } - }, - { - "path": "pages/orderAdmin/AdminOrderList/index", - "style": { - "navigationBarTitleText": "订单" - } - }, - { - "path": "pages/orderAdmin/GoodsDeliver/index", - "style": { - "navigationBarTitleText": "发货" - } - }, - { - "path": "pages/orderAdmin/AdminOrder/index", - "style": { - "navigationBarTitleText": "商家订单列表" - } - }, - { - "path": "pages/orderAdmin/Statistics/index", - "style": { - "navigationBarTitleText": "商家统计数据" - } - }, - { - "path": "pages/orderAdmin/OrderCancellation/index", - "style": { - "navigationBarTitleText": "商家核销订单" - } - }, - { - "path": "pages/activity/Poster/index", - "style": { - "navigationBarTitleText": "推广海报" - } - }, - { - "path": "pages/activity/DargainDetails/index", - "style": { - "navigationBarTitleText": "帮砍价" - } - }, - { - "path": "pages/activity/GoodsBargain/index", - "style": { - "navigationBarTitleText": "砍价列表" - } - }, - { - "path": "pages/activity/BargainRecord/index", - "style": { - "navigationBarTitleText": "砍价记录" - } - }, - { - "path": "pages/activity/GoodsGroup/index", - "style": { - "navigationBarTitleText": "团购商品列表" - } - }, - { - "path": "pages/activity/GroupDetails/index", - "style": { - "navigationBarTitleText": "团购商品详情" - } - }, - { - "path": "pages/activity/GroupRule/index", - "style": { - "navigationBarTitleText": "团购规则" - } - }, - { - "path": "pages/activity/GoodsSeckill/index", - "style": { - "navigationBarTitleText": "秒杀" - } - }, - { - "path": "pages/activity/SeckillDetails/index", - "style": { - "navigationBarTitleText": "秒杀详情" - } - }, - { - "path": "pages/map/index", - "style": { - "navigationBarTitleText": "地图" - } - }, - { - "path": "pages/shop/Live/LiveList/index", - "style": { - "navigationBarTitleText": "直播列表" - } - } - ], - "globalStyle": { - "navigationBarTextStyle": "black", - "navigationBarTitleText": "Yshop", - "navigationBarBackgroundColor": "#F8F8F8", - "backgroundColor": "#F8F8F8", - "navigationStyle": "default" - - }, - "tabBar": { - "color": "#282828", - "selectedColor": "#eb3729", - "borderStyle": "black", - "backgroundColor": "#ffffff", - "height": "50px", - "fontSize": "10px", - "iconWidth": "24px", - "spacing": "3px", - "list": [{ - "pagePath": "pages/home/index", - "iconPath": "static/icon-home.png", - "selectedIconPath": "static/icon-home-hot.png", - "text": "首页" - }, { - "pagePath": "pages/shop/GoodsClass/index", - "iconPath": "static/icon-class.png", - "selectedIconPath": "static/icon-class-hot.png", - "text": "分类" - }, { - "pagePath": "pages/shop/ShoppingCart/index", - "iconPath": "static/icon-cart.png", - "selectedIconPath": "static/icon-cart-hot.png", - "text": "购物车" - }, { - "pagePath": "pages/user/User/index", - "iconPath": "static/icon-user.png", - "selectedIconPath": "static/icon-user-hot.png", - "text": "我的" - }] - } + "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages + { + "path": "pages/Loading/index", + "style": { + "navigationBarTitleText": "yshop商城" + } + }, + { + "path": "pages/authorization/index", + "style": { + "navigationBarTitleText": "微信授权" + } + }, + { + "path": "pages/user/Login/index", + "style": { + "navigationBarTitleText": "登录" + } + }, + { + "path": "pages/user/Register/index", + "style": { + "navigationBarTitleText": "注册" + } + }, + { + "path": "pages/user/RetrievePassword/index", + "style": { + "navigationBarTitleText": "重置密码" + } + }, + { + "path": "pages/launch/index", + "style": { + "navigationBarTitleText": "首页" + } + }, + { + "path": "pages/home/index", + "style": { + "navigationBarTitleText": "yshop商城", + "navigationBarTextStyle": "white", + // "enablePullDownRefresh": true, + "navigationStyle": "custom" + } + }, + { + "path": "pages/shop/GoodSearch/index", + "style": { + "navigationBarTitleText": "搜索商品" + } + }, + { + "path": "pages/shop/GoodsClass/index", + "style": { + "navigationBarTitleText": "商品分类" + } + }, + { + "path": "pages/shop/ShoppingCart/index", + "style": { + "navigationBarTitleText": "购物车" + } + }, + { + "path": "pages/shop/StoreList/index", + "style": { + "navigationBarTitleText": "商家列表" + } + }, + { + "path": "pages/shop/GoodsList/index", + "style": { + "navigationBarTitleText": "商品列表" + } + }, + { + "path": "pages/NotDefined/index", + "style": { + "navigationBarTitleText": "404" + } + }, + { + "path": "pages/user/User/index", + "style": { + "navigationBarTitleText": "我的" + } + }, + { + "path": "pages/shop/GoodsCollection/index", + "style": { + "navigationBarTitleText": "商品收藏" + } + }, + { + "path": "pages/shop/GoodsFoot/index", + "style": { + "navigationBarTitleText": "我的足迹" + } + }, + { + "path": "pages/shop/news/NewsDetail/index", + "style": { + "navigationBarTitleText": "新闻详情" + } + }, + { + "path": "pages/shop/news/NewsList/index", + "style": { + "navigationBarTitleText": "新闻列表" + } + }, + { + "path": "pages/shop/EvaluateList/index", + "style": { + "navigationBarTitleText": "评价列表" + } + }, + { + "path": "pages/shop/GoodsEvaluate/index", + "style": { + "navigationBarTitleText": "商品评价" + } + }, + { + "path": "pages/shop/GoodsPromotion/index", + "style": { + "navigationBarTitleText": "促销商品" + } + }, + { + "path": "pages/shop/HotNewGoods/index", + "style": { + "navigationBarTitleText": "热门商品" + } + }, + { + "path": "pages/shop/GoodsCon/index", + "style": { + "navigationBarTitleText": "商品详情" + } + }, + { + "path": "pages/shop/IntegralGoodsCon/index", + "style": { + "navigationBarTitleText": "积分商品详情" + } + }, + { + "path": "pages/user/BindingPhone/index", + "style": { + "navigationBarTitleText": "绑定手机号" + } + }, + { + "path": "pages/user/address/AddAddress/index", + "style": { + "navigationBarTitleText": "新增收货地址" + } + }, + { + "path": "pages/user/UserAccount/index", + "style": { + "navigationBarTitleText": "账户余额" + } + }, + { + "path": "pages/user/address/AddressManagement/index", + "style": { + "navigationBarTitleText": "收货地址" + } + }, + { + "path": "pages/user/promotion/Poster/index", + "style": { + "navigationBarTitleText": "推广名片" + } + }, + { + "path": "pages/user/signIn/Sign/index", + "style": { + "navigationBarTitleText": "签到" + } + }, + { + "path": "pages/user/signIn/SignRecord/index", + "style": { + "navigationBarTitleText": "签到记录" + } + }, + { + "path": "pages/user/promotion/CashAudit/index", + "style": { + "navigationBarTitleText": "提现结果" + } + }, + { + "path": "pages/user/promotion/PromoterOrder/index", + "style": { + "navigationBarTitleText": "分销详情" + } + }, + { + "path": "pages/user/promotion/PromoterList/index", + "style": { + "navigationBarTitleText": "分销列表" + } + }, + { + "path": "pages/user/promotion/UserPromotion/index", + "style": { + "navigationBarTitleText": "佣金" + } + }, + { + "path": "pages/user/UserBill/index", + "style": { + "navigationBarTitleText": "账单记录" + } + }, + { + "path": "pages/user/promotion/CashRecord/index", + "style": { + "navigationBarTitleText": "提现记录" + } + }, + { + "path": "pages/user/promotion/CommissionDetails/index", + "style": { + "navigationBarTitleText": "佣金明细" + } + }, + { + "path": "pages/user/signIn/Integral/index", + "style": { + "navigationBarTitleText": "我的积分" + } + }, + { + "path": "pages/user/UserVip/index", + "style": { + "navigationBarTitleText": "用户vip" + } + }, + { + "path": "pages/user/PersonalData/index", + "style": { + "navigationBarTitleText": "个人资料" + } + }, + { + "path": "pages/user/coupon/UserCoupon/index", + "style": { + "navigationBarTitleText": "优惠券" + } + }, + { + "path": "pages/user/coupon/GetCoupon/index", + "style": { + "navigationBarTitleText": "领取优惠券" + } + }, + { + "path": "pages/user/promotion/UserCash/index", + "style": { + "navigationBarTitleText": "提现" + } + }, + { + "path": "pages/user/CustomerList/index", + "style": { + "navigationBarTitleText": "客服列表" + } + }, + { + "path": "pages/user/Recharge/index", + "style": { + "navigationBarTitleText": "充值" + } + }, + { + "path": "pages/order/MyOrder/index", + "style": { + "navigationBarTitleText": "我的订单" + } + }, + { + "path": "pages/order/Logistics/index", + "style": { + "navigationBarTitleText": "查看物流" + } + }, + { + "path": "pages/order/OrderDetails/index", + "style": { + "navigationBarTitleText": "订单详情" + } + }, + { + "path": "pages/order/OrderSubmission/index", + "style": { + "navigationBarTitleText": "提交订单" + } + }, + { + "path": "pages/order/PaymentStatus/index", + "style": { + "navigationBarTitleText": "支付状态" + } + }, + { + "path": "pages/order/GoodsReturn/index", + "style": { + "navigationBarTitleText": "商品退货" + } + }, + { + "path": "pages/order/ReturnList/index", + "style": { + "navigationBarTitleText": "退货列表" + } + }, + { + "path": "pages/orderAdmin/OrderIndex/index", + "style": { + "navigationBarTitleText": "商家订单统计" + } + }, + { + "path": "pages/orderAdmin/AdminOrderList/index", + "style": { + "navigationBarTitleText": "订单" + } + }, + { + "path": "pages/orderAdmin/GoodsDeliver/index", + "style": { + "navigationBarTitleText": "发货" + } + }, + { + "path": "pages/orderAdmin/AdminOrder/index", + "style": { + "navigationBarTitleText": "商家订单列表" + } + }, + { + "path": "pages/orderAdmin/Statistics/index", + "style": { + "navigationBarTitleText": "商家统计数据" + } + }, + { + "path": "pages/orderAdmin/OrderCancellation/index", + "style": { + "navigationBarTitleText": "商家核销订单" + } + }, + { + "path": "pages/activity/Poster/index", + "style": { + "navigationBarTitleText": "推广海报" + } + }, + { + "path": "pages/activity/DargainDetails/index", + "style": { + "navigationBarTitleText": "帮砍价" + } + }, + { + "path": "pages/activity/GoodsBargain/index", + "style": { + "navigationBarTitleText": "砍价列表" + } + }, + { + "path": "pages/activity/BargainRecord/index", + "style": { + "navigationBarTitleText": "砍价记录" + } + }, + { + "path": "pages/activity/GoodsGroup/index", + "style": { + "navigationBarTitleText": "团购商品列表" + } + }, + { + "path": "pages/activity/GroupDetails/index", + "style": { + "navigationBarTitleText": "团购商品详情" + } + }, + { + "path": "pages/activity/GroupRule/index", + "style": { + "navigationBarTitleText": "团购规则" + } + }, + { + "path": "pages/activity/GoodsSeckill/index", + "style": { + "navigationBarTitleText": "秒杀" + } + }, + { + "path": "pages/activity/SeckillDetails/index", + "style": { + "navigationBarTitleText": "秒杀详情" + } + }, + { + "path": "pages/map/index", + "style": { + "navigationBarTitleText": "地图" + } + }, + { + "path": "pages/shop/Live/LiveList/index", + "style": { + "navigationBarTitleText": "直播列表" + } + } + ], + "globalStyle": { + "navigationBarTextStyle": "black", + "navigationBarTitleText": "Yshop", + "navigationBarBackgroundColor": "#F8F8F8", + "backgroundColor": "#F8F8F8", + "navigationStyle": "default" + }, + "tabBar": { + "color": "#282828", + "selectedColor": "#eb3729", + "borderStyle": "black", + "backgroundColor": "#ffffff", + "height": "50px", + "fontSize": "10px", + "iconWidth": "24px", + "spacing": "3px", + "list": [ + { + "pagePath": "pages/home/index", + "iconPath": "static/icon-home.png", + "selectedIconPath": "static/icon-home-hot.png", + "text": "首页" + }, + { + "pagePath": "pages/shop/GoodsClass/index", + "iconPath": "static/icon-class.png", + "selectedIconPath": "static/icon-class-hot.png", + "text": "分类" + }, + { + "pagePath": "pages/shop/ShoppingCart/index", + "iconPath": "static/icon-cart.png", + "selectedIconPath": "static/icon-cart-hot.png", + "text": "购物车" + }, + { + "pagePath": "pages/user/User/index", + "iconPath": "static/icon-user.png", + "selectedIconPath": "static/icon-user-hot.png", + "text": "我的" + } + ] + } } diff --git a/pages/order/OrderSubmission/index.vue b/pages/order/OrderSubmission/index.vue index 96e1e74..284cd0c 100644 --- a/pages/order/OrderSubmission/index.vue +++ b/pages/order/OrderSubmission/index.vue @@ -2,10 +2,8 @@ - - + + @@ -15,7 +13,7 @@ [默认] - {{ addressInfo.province }}{{ addressInfo.city}}{{ addressInfo.district }}{{ addressInfo.detail }} + {{ addressInfo.province }}{{ addressInfo.city }}{{ addressInfo.district }}{{ addressInfo.detail }} @@ -27,14 +25,14 @@
{{ storeItems.name }} - {{storeItems.phone }} + {{ storeItems.phone }}
-
{{ storeItems.address}}
+
{{ storeItems.address }}
{{ systemStore.name }} - {{systemStore.phone}} + {{ systemStore.phone }}
{{ systemStore.address }}
@@ -46,10 +44,10 @@
- + 优惠券 - {{ usableCoupon.couponTitle || "请选择" }} + {{ usableCoupon.couponTitle || '请选择' }} @@ -75,11 +73,7 @@ 快递费用 - {{ - orderGroupInfo.priceGroup.storePostage > 0 - ? orderGroupInfo.priceGroup.storePostage - : "免运费" - }} + {{ orderGroupInfo.priceGroup.storePostage > 0 ? orderGroupInfo.priceGroup.storePostage : '免运费' }} @@ -105,32 +99,22 @@ 支付方式 - - - 微信支付 - + + 微信支付 微信快捷支付 - - - 微信支付 - + + 微信支付 微信快捷支付 - - 余额支付 - + 余额支付 可用余额:{{ userInfo.nowMoney || 0 }} - - - 积分支付 - - 可用积分:{{ userInfo.integral || 0 }} - + + 积分支付 + 可用积分:{{ userInfo.integral || 0 }} + @@ -140,11 +124,11 @@ ¥{{ orderPrice.totalPrice }} {{ orderPrice.payIntegral }}积分 - + 运费: ¥{{ orderPrice.payPostage }} - + 优惠券抵扣: -¥{{ orderPrice.couponPrice }} @@ -153,7 +137,7 @@ -¥{{ orderPrice.deductionPrice }} - + 合计: @@ -162,417 +146,396 @@ 立即结算 - - + + diff --git a/pages/shop/GoodsCon/index.vue b/pages/shop/GoodsCon/index.vue index 1e9c5ff..b0b776a 100644 --- a/pages/shop/GoodsCon/index.vue +++ b/pages/shop/GoodsCon/index.vue @@ -9,17 +9,12 @@ @@ -32,8 +27,7 @@ 优惠券: - 满{{ item.useMinPrice }}减{{ item.couponPrice }} + 满{{ item.useMinPrice }}减{{ item.couponPrice }} @@ -98,7 +92,7 @@ - + @@ -157,17 +151,13 @@ - {{ - CartCount - }} + {{ CartCount }} 购物车 - {{ - CartCount - }} + {{ CartCount }} 购物车 @@ -186,8 +176,7 @@ - + @@ -212,853 +201,788 @@ - - diff --git a/pages/shop/GoodsList/index.vue b/pages/shop/GoodsList/index.vue index a833bfe..d8cda9f 100644 --- a/pages/shop/GoodsList/index.vue +++ b/pages/shop/GoodsList/index.vue @@ -10,7 +10,7 @@ - {{ title ? title : "默认" }} + {{ title ? title : '默认' }} 价格 @@ -26,10 +26,8 @@ 新品 - - + + @@ -46,10 +44,8 @@ - - + + @@ -71,229 +67,222 @@ - + diff --git a/pages/shop/IntegralGoodsCon/index.vue b/pages/shop/IntegralGoodsCon/index.vue new file mode 100644 index 0000000..ed13062 --- /dev/null +++ b/pages/shop/IntegralGoodsCon/index.vue @@ -0,0 +1,867 @@ + + + + + diff --git a/pages/user/User/index.vue b/pages/user/User/index.vue index 59a0943..15e7128 100644 --- a/pages/user/User/index.vue +++ b/pages/user/User/index.vue @@ -114,11 +114,6 @@ - - - 积分商城 - -