From 466d38d792b1578c0ee716a28be0809c0427af82 Mon Sep 17 00:00:00 2001 From: chen-xin-zhi <3588068430@qq.com> Date: Sun, 16 Mar 2025 21:35:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=88=E5=AE=8C=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/request.ts | 2 +- common/globalFont.js | 62 +++---- common/globalImagesUrl.js | 8 +- pages/Shopping-cart/component/addProduct.vue | 14 +- .../newaddress_Info/newaddress_Info.vue | 26 +-- .../Shopping-cart/productmain/productmain.vue | 22 +-- .../productmain/testproductmain.vue | 32 ++-- pages/book/component/bookingSelected.vue | 12 +- pages/book/component/bookingTips.vue | 6 +- pages/book/component/cancelOrder.vue | 4 +- pages/book/component/confirmBookingInfo.vue | 4 +- pages/book/component/deleteOrder.vue | 4 +- .../photoProductDetail/photoProductDetail.vue | 6 +- pages/book/photoProducts/photoProducts.vue | 10 +- .../photoProductsOrder/photoProductsOrder.vue | 27 +-- pages/coupon/CouponMall/CouponMall.vue | 14 +- pages/coupon/CouponTips/CouponTips.vue | 6 +- pages/coupon/MyCoupon/MyCoupon.vue | 12 +- pages/coupon/OverDueCoupon/OverDueCoupon.vue | 12 +- pages/coupon/component/confirmPopup.vue | 4 +- pages/coupon/component/couponPopup.vue | 14 +- pages/home/home.vue | 35 ++-- pages/login/login.vue | 30 ++-- pages/mine/Contact/Contact.vue | 8 +- pages/mine/Contact/testContact.vue | 8 +- pages/mine/addressList/addressList.vue | 8 +- pages/mine/component/contactPop.vue | 6 +- pages/mine/main/main.vue | 19 ++ pages/my-order/component/nav.vue | 2 +- .../myGeneralOrderDetail.vue | 28 +-- pages/my-order/myOrderList/myOrderList.vue | 26 +-- .../myServiceOrderDetail.vue | 24 +-- pages/order/component/addressComponent.vue | 42 +++-- pages/order/component/contactsComponent.vue | 24 +-- .../order/product-waitpay/product-waitpay.vue | 110 +++++------- pages/order/serviceWaitPay/serviceWaitPay.vue | 28 +-- .../order/singleGoodOrder/singleGoodOrder.vue | 165 ++++++++---------- .../singleServiceWait/singleServiceWait.vue | 71 +++++--- pages/popup.vue | 6 +- .../ProductDetails/ProductDetails.vue | 33 ++-- pages/store-home/main/testMain.vue | 52 +++--- pages/testPage/testPage.vue | 58 ++++-- pages/workshop/component/timeSelect.vue | 11 +- pages/workshop/component/tip.vue | 2 +- pages/workshop/index/index.vue | 2 +- pages/workshop/productmain/productmain.vue | 8 +- pages/workshop/searchGood/searchGood.vue | 2 +- pages/workshop/searchResult/searchResult.vue | 8 +- 48 files changed, 581 insertions(+), 536 deletions(-) diff --git a/api/request.ts b/api/request.ts index 8648824..d3aee80 100644 --- a/api/request.ts +++ b/api/request.ts @@ -6,5 +6,5 @@ export const domain = 'https://www.carboner.cn/api' export const myIp = 'http://8.130.119.119:9092/api' export const nwct = 'https://winning-mouse-internally.ngrok-free.app/api' export const suiUrl = '' -export const baseUrl = develop +export const baseUrl = Url \ No newline at end of file diff --git a/common/globalFont.js b/common/globalFont.js index e61e933..b4c8a00 100644 --- a/common/globalFont.js +++ b/common/globalFont.js @@ -1,36 +1,36 @@ export const getFonts =()=>{ //首页 - uni.loadFontFace({ - family: 'ZhongShanFonts', - source: `url("https://carbon2.obs.cn-north-4.myhuaweicloud.com/fonts/ZhongShanFonts.ttf")`, - success:(res) =>{ - console.log('success',res); - }, - fail:(err) => { - console.log('err',err); - } - }) - //其他页面 - uni.loadFontFace({ - family: 'FangZhengFonts', - source: `url("https://carbon2.obs.cn-north-4.myhuaweicloud.com/fonts/FangZhengFonts.TTF")`, - success:(res) =>{ - console.log('success',res); - }, - fail:(err) => { - console.log('err',err); - } - }) + // uni.loadFontFace({ + // family: 'ZhongShanFonts', + // source: `url("https://carbon2.obs.cn-north-4.myhuaweicloud.com/fonts/ZhongShanFonts.ttf")`, + // success:(res) =>{ + // console.log('success',res); + // }, + // fail:(err) => { + // console.log('err',err); + // } + // }) + // //其他页面 + // uni.loadFontFace({ + // family: 'FangZhengFonts', + // source: `url("https://carbon2.obs.cn-north-4.myhuaweicloud.com/fonts/FangZhengFonts.TTF")`, + // success:(res) =>{ + // console.log('success',res); + // }, + // fail:(err) => { + // console.log('err',err); + // } + // }) - uni.loadFontFace({ - family: 'FangZhengXiaoZhuan', - source: `url("https://carbon2.obs.cn-north-4.myhuaweicloud.com/fonts/FangZhengXiaoZhuan.ttf")`, - success:(res) =>{ - console.log('success',res); - }, - fail:(err) => { - console.log('err',err); - } - }) + // uni.loadFontFace({ + // family: 'FangZhengXiaoZhuan', + // source: `url("https://carbon2.obs.cn-north-4.myhuaweicloud.com/fonts/FangZhengXiaoZhuan.ttf")`, + // success:(res) =>{ + // console.log('success',res); + // }, + // fail:(err) => { + // console.log('err',err); + // } + // }) } \ No newline at end of file diff --git a/common/globalImagesUrl.js b/common/globalImagesUrl.js index 4e557d1..c477592 100644 --- a/common/globalImagesUrl.js +++ b/common/globalImagesUrl.js @@ -1,4 +1,4 @@ -export const bookUrl = 'https://carbon2.obs.cn-north-4.myhuaweicloud.com/feiyi/miniProgram/book' -export const couponUrl = 'https://carbon2.obs.cn-north-4.myhuaweicloud.com/feiyi/miniProgram/coupon' -export const workshopUrl = 'https://carbon2.obs.cn-north-4.myhuaweicloud.com/feiyi/miniProgram/workshop' -export const myOrderUrl = 'https://carbon2.obs.cn-north-4.myhuaweicloud.com/feiyi/miniProgram/my-order' \ No newline at end of file +export const bookUrl = 'http://123.249.108.160:8888/api/file/downloadFile?objectKey=feiyi/miniProgram/book' +export const couponUrl = 'http://123.249.108.160:8888/api/file/downloadFile?objectKey=feiyi/miniProgram/coupon' +export const workshopUrl = 'http://123.249.108.160:8888/api/file/downloadFile?objectKey=feiyi/miniProgram/workshop' +export const myOrderUrl = 'http://123.249.108.160:8888/api/file/downloadFile?objectKey=feiyi/miniProgram/my-order' \ No newline at end of file diff --git a/pages/Shopping-cart/component/addProduct.vue b/pages/Shopping-cart/component/addProduct.vue index f88514f..2392c57 100644 --- a/pages/Shopping-cart/component/addProduct.vue +++ b/pages/Shopping-cart/component/addProduct.vue @@ -20,17 +20,17 @@ src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FxSHTnKhk-close.png" @click="close()" /> - + + /> {{ quantity }} - + + /> @@ -201,14 +201,14 @@ .text_3 { color: #000000; font-size: 28.13rpx; - font-family: FangZhengFonts; + font-family: FZSongKeBenXiuKaiS-R-GB; line-height: 26.21rpx; } .text_4 { color: #000000; font-size: 26.25rpx; - font-family: FangZhengFonts; + font-family: FZSongKeBenXiuKaiS-R-GB; line-height: 24.34rpx; } @@ -240,7 +240,7 @@ .text_5 { color: #000000; font-size: 30rpx; - font-family: FangZhengFonts; + font-family: FZSongKeBenXiuKaiS-R-GB; line-height: 21.41rpx; } diff --git a/pages/Shopping-cart/newaddress_Info/newaddress_Info.vue b/pages/Shopping-cart/newaddress_Info/newaddress_Info.vue index 2c5ad41..531c896 100644 --- a/pages/Shopping-cart/newaddress_Info/newaddress_Info.vue +++ b/pages/Shopping-cart/newaddress_Info/newaddress_Info.vue @@ -32,14 +32,14 @@