diff --git a/api/order.js b/api/order.js index 93c83b1..05760be 100644 --- a/api/order.js +++ b/api/order.js @@ -164,4 +164,13 @@ export function cancelOrder(data) { method: "post", data, }); +} + +// 删除订单 +export function deleteOrderQuery(data) { + return request({ + url: "/order/deleteOrder", + method: "post", + data, + }); } \ No newline at end of file diff --git a/components/custom-tab-bar.vue b/components/custom-tab-bar.vue index a939c63..fdb412a 100644 --- a/components/custom-tab-bar.vue +++ b/components/custom-tab-bar.vue @@ -93,6 +93,8 @@ export default { bottom: 0; width: 100%; padding-bottom: calc(env(safe-area-inset-bottom)); + box-sizing: border-box; + border-top:2rpx solid #eaeaea; &.iosplatformType { height: 100rpx; padding-bottom: 0; @@ -115,10 +117,11 @@ export default { .tab-text { font-size: 24rpx; + color:#666; /* 文字大小 */ } .tab-text-sel { - color: $app-bt-bj; + color: #7934F6; } diff --git a/components/shop/fen-item.vue b/components/shop/fen-item.vue index 10a96ac..0ecf978 100644 --- a/components/shop/fen-item.vue +++ b/components/shop/fen-item.vue @@ -8,7 +8,7 @@ {{obj.title}} - ¥{{obj.price}}积分 + ¥{{obj.price}}兑换券 diff --git a/components/shop/you-item.vue b/components/shop/you-item.vue index f380bdb..f2676a2 100644 --- a/components/shop/you-item.vue +++ b/components/shop/you-item.vue @@ -5,10 +5,13 @@ - {{obj.title}} + {{obj.title}} - + + + + 原价 ¥{{obj.adPrice}} diff --git a/manifest.json b/manifest.json index 19c4c96..8d86aae 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "appid" : "__UNI__4910728", "description" : "信任桥优品是一款集线上商城、线下联盟商家的DAO聚合商城;通过“有趣”“有利”“有希望”的卖货玩法,吸引消费者、推广者、商家、投资人参与生态,共同打造共创共享的全球产业生态。", "versionName" : "1.0.1", - "versionCode" : 131, + "versionCode" : 134, "transformPx" : false, /* 5+App特有相关 */ "app-plus" : { @@ -82,8 +82,7 @@ "weixin" : { "appid" : "wx7a5902cd556d9396", "UniversalLinks" : "https://app.tbmall.xin/uni-universallinks/__UNI__4910728/" - }, - "apple" : {} + } } }, "icons" : { diff --git a/pages.json b/pages.json index 193b24f..5a37a79 100644 --- a/pages.json +++ b/pages.json @@ -541,11 +541,11 @@ ] }], "tabBar": { - // "color": "#000000", - // "selectedColor": "#03AD27", - // "borderStyle": "black", + "color": "#666", + "selectedColor": "#7934F6", + "borderStyle": "black", // "backgroundColor": "#F8F8F8", - "custom": true, + // "custom": true, "list": [{ "pagePath": "pages/home/home", "text": "%index.home%", diff --git a/pages/home/home.vue b/pages/home/home.vue index 7730748..cb8e6bb 100644 --- a/pages/home/home.vue +++ b/pages/home/home.vue @@ -99,7 +99,7 @@ - 积分兑换 + 信任桥兑换 好物随心兑 @@ -235,29 +235,7 @@ export default { currentLanguage: {}, yxProduct: [],// 好物优选列表 faddishProduct: [],// 爆款专区 - hotList: [ - { - id: 1, - name: "中文中文中文中文中文", - url: "/static/common/product_def.png", - price: 99, - }, { - id: 2, - name: "中文中文中文中文", - url: "/static/common/product_def.png", - price: 99, - }, { - id: 3, - name: "中文中文中文中文中文", - url: "/static/common/product_def.png", - price: 99, - }, { - id: 4, - name: "中文中文中文中文中文", - url: "/static/common/product_def.png", - price: 99, - }, - ],// 热门 + hotList: [],// 热门 productLoading: false, openShow: false, platformType: null,// 当前设备信息 diff --git a/pages/login_package/bind-phone/bind-phone.vue b/pages/login_package/bind-phone/bind-phone.vue index 562c9a8..4d631fc 100644 --- a/pages/login_package/bind-phone/bind-phone.vue +++ b/pages/login_package/bind-phone/bind-phone.vue @@ -248,7 +248,7 @@ export default { } .register_ifo_warp { - margin-top: 30rpx; + margin-top: 90rpx; .register_info_item { margin-bottom: 40rpx; diff --git a/pages/login_package/login/login.vue b/pages/login_package/login/login.vue index 76843ae..91bfa35 100644 --- a/pages/login_package/login/login.vue +++ b/pages/login_package/login/login.vue @@ -92,7 +92,7 @@ 注册 - +