合完了

This commit is contained in:
chen-xin-zhi 2025-03-23 07:04:49 +08:00
parent 2e55f6586d
commit 30dbcdc6ab
7 changed files with 28 additions and 32 deletions

View File

@ -6,4 +6,4 @@ export const domain = 'https://www.carboner.cn:8888/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 = domain

View File

@ -40,6 +40,7 @@
import clothesAttributeVue from '../../clothesRent/component/clothesAttribute.vue';
import clothesAttributePlusVue from '../../clothesRent/component/clothesAttributePlus.vue';
import emitter from '../../../utils/emitter';
import { getFonts } from '../../../common/globalFont';
const book = ref(null)
const rent = ref(null)
@ -69,6 +70,7 @@
onLoad((options) => {
getFonts()
id.value = JSON.parse(options.id)
isShow.value = JSON.parse(options.isShow)
})
@ -186,7 +188,7 @@
}
.font {
font-size: 45rpx;
font-family: FZSongKeBenXiuKaiS-R-GB;
font-family: FangZhengFonts;
color: #323232;
}
.text {
@ -224,7 +226,7 @@
.text_3 {
color: #ffffff;
font-size: 30rpx;
font-family: FZSongKeBenXiuKaiS-R-GB;
font-family: FangZhengFonts;
line-height: 28.84rpx;
}
@import url(../../../common/css/global.css);

View File

@ -53,6 +53,7 @@
import { bookUrl } from '../../../common/globalImagesUrl';
import { baseUrl } from '../../../api/request';
import { publicPath } from '../../../common/globalImagesUrl';
import { getFonts } from '../../../common/globalFont';
const cookie = wx.getStorageSync("cookie") //
const bkgUrl = ref(bookUrl + '/myPhotoProducts/bkg.png')
@ -75,6 +76,7 @@
const fzColor = ref({ color: '#323232', fontSize: '33.75rpx;', fontWeight: 'normal' })
onMounted(() => {
getFonts()
getAllData()
})
@ -206,7 +208,7 @@
}
.font {
font-size: 33.75rpx;
font-family: FZSongKeBenXiuKaiS-R-GB;
font-family: FangZhengFonts;
line-height: 32.83rpx;
}
.text {
@ -256,7 +258,7 @@
}
.font_2 {
font-size: 26.25rpx;
font-family: FZSongKeBenXiuKaiS-R-GB;
font-family: FangZhengFonts;
line-height: 25.16rpx;
color: #323232;
}
@ -305,7 +307,7 @@
}
.font_3 {
font-size: 18.75rpx;
font-family: FZSongKeBenXiuKaiS-R-GB;
font-family: FangZhengFonts;
line-height: 17.14rpx;
color: #ffffff;
}

View File

@ -387,7 +387,7 @@ button::after{
}
.font {
font-size: 28.13rpx;
font-family: FZSongKeBenXiuKaiS-R-GB;
font-family: FangZhengFonts;
line-height: 26.92rpx;
color: #000000;
}
@ -398,7 +398,7 @@ button::after{
.text_2 {
color: #6b6e72;
font-size: 24.38rpx;
font-family: FZSongKeBenXiuKaiS-R-GB;
font-family: FangZhengFonts;
line-height: 24rpx;
}
.section_3 {
@ -415,7 +415,7 @@ button::after{
}
.font_2 {
font-size: 28.13rpx;
font-family: FZSongKeBenXiuKaiS-R-GB;
font-family: FangZhengFonts;
line-height: 26.92rpx;
color: #818181;
}
@ -449,7 +449,7 @@ button::after{
}
.font_3 {
font-size: 28.13rpx;
font-family: FZSongKeBenXiuKaiS-R-GB;
font-family: FangZhengFonts;
line-height: 26.92rpx;
color: #323232;
}
@ -489,7 +489,7 @@ button::after{
.text_8 {
color: #000000;
font-size: 22.5rpx;
font-family: FZSongKeBenXiuKaiS-R-GB;
font-family: FangZhengFonts;
line-height: 21.09rpx;
}
.text_9 {
@ -511,7 +511,7 @@ button::after{
.text_11 {
color: #c35c5d;
font-size: 33.75rpx;
font-family: FZSongKeBenXiuKaiS-R-GB;
font-family: FangZhengFonts;
line-height: 26.7rpx;
}
.view {

View File

@ -175,19 +175,7 @@
}
//
const getFonts =()=>{
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);
}
})
}
</script>
<style scoped lang="scss">

View File

@ -53,6 +53,7 @@
import { clothesRentUrl } from '../../../common/globalImagesUrl';
import emitter from '../../../utils/emitter';
import { publicPath } from '../../../common/globalImagesUrl';
import { getFonts } from '../../../common/globalFont';
const clothesInfo = ref({})
const cnt = ref(1)
let singleAmount = 0
@ -81,6 +82,7 @@
}
onMounted(() => {
getFonts()
emitter.on('getClothesInfo', getClothesInfoHandler)
})
@ -110,7 +112,7 @@
}
.font {
font-size: 37.5rpx;
font-family: FZSongKeBenXiuKaiS-R-GB;
font-family: FangZhengFonts;
line-height: 36.04rpx;
color: #323232;
}
@ -132,7 +134,7 @@
}
.font_2 {
font-size: 33.75rpx;
font-family: FZSongKeBenXiuKaiS-R-GB;
font-family: FangZhengFonts;
color: #323232;
}
.text_2 {
@ -227,7 +229,7 @@
.text_7 {
color: #ffffff;
font-size: 30rpx;
font-family: FZSongKeBenXiuKaiS-R-GB;
font-family: FangZhengFonts;
line-height: 28.01rpx;
}
@import url(../../../common/css/global.css);

View File

@ -83,6 +83,7 @@
import { publicPath } from '../../../common/globalImagesUrl';
import { dealResult } from '../../../common/globalFunction';
import { baseUrl } from '../../../api/request';
import { getFonts } from '../../../common/globalFont';
let style1 = { borderColor: '#FFB6B9', backgroundColor: '#FBDEDF'}
let style2 = { borderColor: '#C3C3C3', backgroundColor: '#fff' }
@ -145,6 +146,7 @@
}
onMounted(() => {
getFonts()
emitter.on('getPhotoProductsInfo', getPhotoProductsInfoHandler)
})
@ -209,7 +211,7 @@
}
.font {
font-size: 37.5rpx;
font-family: FZSongKeBenXiuKaiS-R-GB;
font-family: FangZhengFonts;
color: #323232;
}
.text {
@ -237,7 +239,7 @@
}
.font_2 {
font-size: 33.75rpx;
font-family: FZSongKeBenXiuKaiS-R-GB;
font-family: FangZhengFonts;
line-height: 30.58rpx;
color: #323232;
}
@ -275,7 +277,7 @@
}
.font_3 {
font-size: 26.25rpx;
font-family: FZSongKeBenXiuKaiS-R-GB;
font-family: FangZhengFonts;
line-height: 24.21rpx;
color: #323232;
}
@ -344,7 +346,7 @@
.text_11 {
color: #ffffff;
font-size: 30rpx;
font-family: FZSongKeBenXiuKaiS-R-GB;
font-family: FangZhengFonts;
line-height: 28.01rpx;
}
@import url(../../../common/css/global.css);