diff --git a/api/request.ts b/api/request.ts index d3aee80..8648824 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 = Url +export const baseUrl = develop \ No newline at end of file diff --git a/common/globalFont.js b/common/globalFont.js index 4cc493a..e61e933 100644 --- a/common/globalFont.js +++ b/common/globalFont.js @@ -21,4 +21,16 @@ export const getFonts =()=>{ 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/pages/Shopping-cart/component/addProduct.vue b/pages/Shopping-cart/component/addProduct.vue index 8b2d137..f88514f 100644 --- a/pages/Shopping-cart/component/addProduct.vue +++ b/pages/Shopping-cart/component/addProduct.vue @@ -3,7 +3,7 @@ + :src="productBrief.goodImg.split(';')[0]" /> @@ -22,14 +22,14 @@ {{ quantity }} - diff --git a/pages/Shopping-cart/productmain/productmain.vue b/pages/Shopping-cart/productmain/productmain.vue index 06ab5f8..b1cf824 100644 --- a/pages/Shopping-cart/productmain/productmain.vue +++ b/pages/Shopping-cart/productmain/productmain.vue @@ -375,7 +375,7 @@ const changeState =()=>{ //修改购物车订单方法 margin-top: 324.38rpx; } .page { - background-color: #f8e8c1; + background-color: #fff; width: 100%; overflow-y: auto; overflow-x: hidden; diff --git a/pages/mine/main/main.vue b/pages/mine/main/main.vue index 099fd2e..4bdf4aa 100644 --- a/pages/mine/main/main.vue +++ b/pages/mine/main/main.vue @@ -3,7 +3,7 @@ @@ -193,7 +193,7 @@ const userLogout = () => { let tempFile = '' -const myAvatar = ref('') +const myAvatar = ref('https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FQbtEasUN-VCG211285566731.png') const onChooseAvatar = (e) => { tempFile = e.detail.avatarUrl console.log(tempFile) @@ -216,7 +216,7 @@ const onChooseAvatar = (e) => { } -const nickName = ref('') +const nickName = ref('非遗雅士') const onUpdateNick = (e) => { nickName.value = e.detail.value updateMyUser() diff --git a/pages/my-order/myGeneralOrderDetail/myGeneralOrderDetail.vue b/pages/my-order/myGeneralOrderDetail/myGeneralOrderDetail.vue index 29c9eab..2c1fce0 100644 --- a/pages/my-order/myGeneralOrderDetail/myGeneralOrderDetail.vue +++ b/pages/my-order/myGeneralOrderDetail/myGeneralOrderDetail.vue @@ -27,7 +27,7 @@ {{ item.goodSnapshot.name }} @@ -458,10 +458,11 @@ button::after{ border-radius: 18.75rpx; } .pos_2 { - position: absolute; - left: 16.88rpx; - right: 15rpx; - top: 144.38rpx; + // position: absolute; + // left: 16.88rpx; + // right: 15rpx; + // top: 144.38rpx; + margin: 144.38rpx 15rpx 0 16.88rpx; } .image_2 { width: 43.13rpx; @@ -484,7 +485,7 @@ button::after{ // left: 15rpx; // right: 16.88rpx; // top: 287.5rpx; - margin: 287.5rpx 16.88rpx 150rpx 15rpx; + margin: 25.5rpx 16.88rpx 150rpx 15rpx; } .list-item:first-child { margin-top: 0; diff --git a/pages/my-order/myOrderList/myOrderList.vue b/pages/my-order/myOrderList/myOrderList.vue index f532f2e..190ccdc 100644 --- a/pages/my-order/myOrderList/myOrderList.vue +++ b/pages/my-order/myOrderList/myOrderList.vue @@ -55,7 +55,7 @@ {{ subItem.goodSnapshot.name }} diff --git a/pages/order/product-waitpay/product-waitpay.vue b/pages/order/product-waitpay/product-waitpay.vue index f525253..d1d73e0 100644 --- a/pages/order/product-waitpay/product-waitpay.vue +++ b/pages/order/product-waitpay/product-waitpay.vue @@ -567,7 +567,7 @@ const wxPay = async( oid )=> { //传入订单id margin-top: 20.63rpx; } .page { - background-color: #f8e8c1; + background-color: #fff; background-image: url('https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FQfLHXSAU-feiyigongfangbeijin.png'); background-size: 100% 100%; background-repeat: no-repeat; diff --git a/pages/order/serviceWaitPay/serviceWaitPay.vue b/pages/order/serviceWaitPay/serviceWaitPay.vue index e17c849..b121f44 100644 --- a/pages/order/serviceWaitPay/serviceWaitPay.vue +++ b/pages/order/serviceWaitPay/serviceWaitPay.vue @@ -539,7 +539,7 @@ import { dealResult } from '../../../common/globalFunction'; } .page { padding-top: 24.38rpx; - background-color: #f8e8c1; + background-color: #fff; background-image: url('https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FQfLHXSAU-feiyigongfangbeijin.png'); background-size: 100% 100%; background-repeat: no-repeat; diff --git a/pages/order/singleGoodOrder/singleGoodOrder.vue b/pages/order/singleGoodOrder/singleGoodOrder.vue index 663bbf3..942753f 100644 --- a/pages/order/singleGoodOrder/singleGoodOrder.vue +++ b/pages/order/singleGoodOrder/singleGoodOrder.vue @@ -593,7 +593,7 @@ const getFonts =()=>{ margin-top: 20.63rpx; } .page { - background-color: #f8e8c1; + background-color: #fff; background-image: url('https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FQfLHXSAU-feiyigongfangbeijin.png'); background-size: 100% 100%; background-repeat: no-repeat; diff --git a/pages/order/singleServiceWait/singleServiceWait.vue b/pages/order/singleServiceWait/singleServiceWait.vue index 146717e..9502f8e 100644 --- a/pages/order/singleServiceWait/singleServiceWait.vue +++ b/pages/order/singleServiceWait/singleServiceWait.vue @@ -519,7 +519,7 @@ } .page { padding-top: 24.38rpx; - background-color: #f8e8c1; + background-color: #fff; background-image: url('https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FQfLHXSAU-feiyigongfangbeijin.png'); background-size: 100% 100%; background-repeat: no-repeat; diff --git a/pages/workshop/searchResult/searchResult.vue b/pages/workshop/searchResult/searchResult.vue index a16c375..9179f32 100644 --- a/pages/workshop/searchResult/searchResult.vue +++ b/pages/workshop/searchResult/searchResult.vue @@ -16,7 +16,7 @@ {{ item.name }} {{ item.intro.length > 19 ? item.intro.substr(0, 20) + '...' : item.intro }}