diff --git a/App.vue b/App.vue index e027018..ea791f2 100644 --- a/App.vue +++ b/App.vue @@ -9,6 +9,7 @@ onLaunch(()=>{ // console.log('onLaunch方法被触发'); // getFonts() //更改全局字体 }) + // const getFonts = () => { //导入字体 // uni.loadFontFace({ // family: 'FangZhengFonts', diff --git a/api/request.ts b/api/request.ts index 800524d..7230ec5 100644 --- a/api/request.ts +++ b/api/request.ts @@ -4,4 +4,4 @@ export const suiUrl = 'http://154.8.193.216:9092/api' //隋宇霏的接口地 export const domain = 'https://www.carboner.cn/api' export const myIp = 'http://8.130.119.119:9092/api' -export const baseUrl = Url +export const baseUrl = testUrl diff --git a/pages.json b/pages.json index 3981628..3f2dfde 100644 --- a/pages.json +++ b/pages.json @@ -21,6 +21,13 @@ "navigationBarTitleText" : "" } }, + { + "path" : "pages/order/component/contactsComponent", + "style" : + { + "navigationBarTitleText" : "" + } + }, { "path" : "pages/coupon/CouponMall/CouponMall", "style" : @@ -234,13 +241,6 @@ "enablePullDownRefresh":true //开启下拉刷新 } }, - { - "path" : "pages/syy", - "style" : - { - "navigationBarTitleText" : "" - } - }, { "path" : "pages/order/singleGoodOrder/singleGoodOrder", "style" : @@ -283,6 +283,27 @@ "navigationBarTitleText" : "" } }, + { + "path" : "pages/order/serviceWaitPay/serviceWaitPay", + "style" : + { + "navigationBarTitleText" : "" + } + }, + { + "path" : "pages/mine/Contact/testContact", + "style" : + { + "navigationBarTitleText" : "" + } + }, + { + "path" : "pages/mine/component/contactPop", + "style" : + { + "navigationBarTitleText" : "" + } + }, { "path" : "pages/coupon/OverDueCoupon/OverDueCoupon", "style" : diff --git a/pages/Shopping-cart/component/addProduct.vue b/pages/Shopping-cart/component/addProduct.vue index c1c58c7..c39c174 100644 --- a/pages/Shopping-cart/component/addProduct.vue +++ b/pages/Shopping-cart/component/addProduct.vue @@ -13,7 +13,6 @@ {{productBrief.name}} - @@ -37,8 +36,7 @@ - 加入购物车 + 加入购物车 @@ -53,9 +51,7 @@ onShow } from "@dcloudio/uni-app"; import { - baseUrl, - testUrl, - suiUrl + baseUrl } from '../../../api/request'; const productBrief = ref({}) //商品简要对象 const quantity = ref(1) @@ -206,7 +202,7 @@ .image-wrapper_2 { padding: 11.25rpx 0; - background-color: #f5f5dc; + background-color: #FBDEDF; border-radius: 5.63rpx 0rpx 0rpx 5.63rpx; width: 52.5rpx; height: 52.5rpx; @@ -219,7 +215,7 @@ .text-wrapper { padding: 15rpx 0 11.25rpx; - background-color: #f5f5dc; + background-color: #FBDEDF; width: 52.5rpx; height: 52.5rpx; } @@ -233,7 +229,7 @@ .image-wrapper_3 { padding: 11.25rpx 0; - background-color: #f5f5dc; + background-color: #FBDEDF; border-radius: 0rpx 5.63rpx 5.63rpx 0rpx; width: 52.5rpx; height: 52.5rpx; @@ -242,7 +238,7 @@ .text-wrapper_2 { margin-right: 15rpx; padding: 22.5rpx 0; - background-color: #ffd45a; + background-color: #E79EA1; border-radius: 93.75rpx; } diff --git a/pages/Shopping-cart/newaddress_Info/newaddress_Info.vue b/pages/Shopping-cart/newaddress_Info/newaddress_Info.vue index 3f17a83..6a5c9cb 100644 --- a/pages/Shopping-cart/newaddress_Info/newaddress_Info.vue +++ b/pages/Shopping-cart/newaddress_Info/newaddress_Info.vue @@ -1,7 +1,6 @@