合完了
This commit is contained in:
parent
c1dbacc58d
commit
8927a5944e
|
@ -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
|
||||
|
|
@ -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);
|
||||
}
|
||||
})
|
||||
}
|
|
@ -3,7 +3,7 @@
|
|||
<view class="flex-row group">
|
||||
<view class=" ">
|
||||
<image class="flex-col justify-start items-end shrink-0 self-start image-wrapper"
|
||||
:src="productBrief.goodImg" />
|
||||
:src="productBrief.goodImg.split(';')[0]" />
|
||||
</view>
|
||||
<view class="flex-row flex-1 ml-23">
|
||||
<view class="flex-col flex-1 self-start group_2">
|
||||
|
@ -22,14 +22,14 @@
|
|||
<view class="flex-row self-stretch mt-104">
|
||||
<view class="flex-col justify-start items-center image-wrapper_2">
|
||||
<image class="image_3"
|
||||
src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FosWvYyNx-short1.png"
|
||||
src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FFXJDkHOz-jian.png"
|
||||
@click="decrease" />
|
||||
</view>
|
||||
<view class="ml-2 flex-col justify-start items-center text-wrapper"><text
|
||||
class="text_5">{{ quantity }}</text></view>
|
||||
<view class="ml-2 flex-col justify-start items-center image-wrapper_3">
|
||||
<image class="image_3"
|
||||
src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FGbdSQDul-add1.png"
|
||||
<image class="image_3"
|
||||
src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FYvlxXoMs-jia.png"
|
||||
@click="increase" />
|
||||
</view>
|
||||
</view>
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<view class="flex-col group">
|
||||
<view class="flex-row items-center group_2">
|
||||
<button class="avatar_button" open-type="chooseAvatar" @chooseavatar="onChooseAvatar">
|
||||
<image class="avatar_son" :src="myAvatar" />
|
||||
<image class="avatar_son" mode="aspectFill" :src="myAvatar" />
|
||||
</button>
|
||||
|
||||
|
||||
|
@ -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()
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
<view class="flex-row">
|
||||
<image
|
||||
class="image_3"
|
||||
:src="item.goodSnapshot.goodImg"
|
||||
:src="item.goodSnapshot.goodImg.split(';')[0]"
|
||||
/>
|
||||
<view class="flex-col items-start ml-11">
|
||||
<text class="font text_5">{{ item.goodSnapshot.name }}</text>
|
||||
|
@ -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;
|
||||
|
|
|
@ -55,7 +55,7 @@
|
|||
<view class="flex-row">
|
||||
<image
|
||||
class="image_2"
|
||||
:src="subItem.goodSnapshot.goodImg"
|
||||
:src="subItem.goodSnapshot.goodImg.split(';')[0]"
|
||||
/>
|
||||
<view class="flex-col items-start group_19 ml-11">
|
||||
<text class="font_2">{{ subItem.goodSnapshot.name }}</text>
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<view class="flex-col items-start self-stretch">
|
||||
<image
|
||||
class="image_2"
|
||||
:src="item.goodImg"
|
||||
:src="item.goodImg.split(';')[0]"
|
||||
/>
|
||||
<text class="font_2 text_3 mt-5">{{ item.name }}</text>
|
||||
<text class="font_3 text_4 mt-5">{{ item.intro.length > 19 ? item.intro.substr(0, 20) + '...' : item.intro }}</text>
|
||||
|
|
Loading…
Reference in New Issue
Block a user