合完了
This commit is contained in:
parent
70bf825dca
commit
5eada5a1e4
|
@ -1,4 +1,14 @@
|
|||
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'
|
||||
const publicPath = 'https://123.249.108.160:8888/api/file/downloadFile?objectKey='
|
||||
|
||||
const subPath = 'feiyi/miniProgram'
|
||||
|
||||
export const bookUrl = publicPath + subPath + '/book'
|
||||
export const couponUrl = publicPath + subPath + '/coupon'
|
||||
export const workshopUrl = publicPath + subPath + '/workshop'
|
||||
export const myOrderUrl = publicPath + subPath + '/my-order'
|
||||
export const shoppingCartUrl = publicPath + subPath + '/Shopping-cart'
|
||||
export const homeUrl = publicPath + subPath + '/home'
|
||||
export const loginUrl = publicPath + subPath + '/login'
|
||||
export const orderUrl = publicPath + subPath + '/order'
|
||||
export const storeHomeUrl = publicPath + subPath + '/store-home'
|
||||
export const mineUrl = publicPath + subPath + '/mine'
|
|
@ -17,19 +17,19 @@
|
|||
</view>
|
||||
<view class="flex-col shrink-0 ml-5">
|
||||
<image class="self-end image"
|
||||
src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FxSHTnKhk-close.png"
|
||||
:src="shoppingCartUrl + '/component/cha.png'"
|
||||
@click="close()" />
|
||||
<view class="flex-row self-stretch mt-104">
|
||||
<view class="flex-col justify-start items-center image-wrapper_2" @click="decrease">
|
||||
<image class="image_3"
|
||||
src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FFXJDkHOz-jian.png"
|
||||
:src="shoppingCartUrl + '/component/sub.png'"
|
||||
/>
|
||||
</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" @click="increase">
|
||||
<image class="image_3"
|
||||
src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FYvlxXoMs-jia.png"
|
||||
:src="shoppingCartUrl + '/component/add.png'"
|
||||
/>
|
||||
</view>
|
||||
</view>
|
||||
|
@ -47,6 +47,7 @@
|
|||
ref
|
||||
} from 'vue';
|
||||
import emitter from '../../../utils/emitter';
|
||||
import { shoppingCartUrl } from '../../../common/globalImagesUrl';
|
||||
import {
|
||||
onLoad,
|
||||
onShow
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<view class="flex-row items-center section_2" v-if="isShow">
|
||||
<image
|
||||
class="shrink-0 image"
|
||||
src="./image/dw.png"
|
||||
:src="shoppingCartUrl + '/component/add.png'"
|
||||
/>
|
||||
<view class="flex-col flex-1 group">
|
||||
<view class="flex-row items-baseline group_14">
|
||||
|
@ -16,7 +16,7 @@
|
|||
</view>
|
||||
<image
|
||||
class="shrink-0 image_2 image_3"
|
||||
src="./image/yjt.png"
|
||||
:src="shoppingCartUrl + '/component/yjt.png'"
|
||||
/>
|
||||
</view>
|
||||
|
||||
|
@ -25,13 +25,13 @@
|
|||
<view class="flex-row items-center">
|
||||
<image
|
||||
class="shrink-0 image"
|
||||
src="./image/dw.png"
|
||||
:src="shoppingCartUrl + '/component/dw.png'"
|
||||
/>
|
||||
<text class="font text_4 ml-11">请选择收货地址</text>
|
||||
</view>
|
||||
<image
|
||||
class="image_2"
|
||||
src="./image/yjt.png"
|
||||
:src="shoppingCartUrl + '/component/yjt.png'"
|
||||
/>
|
||||
</view>
|
||||
</view>
|
||||
|
@ -41,6 +41,7 @@
|
|||
import {onMounted, onUnmounted, ref} from 'vue'
|
||||
import emitter from '../../../utils/emitter';
|
||||
import { JudgeIsNullity } from '../../../common/globalFunction';
|
||||
import { shoppingCartUrl } from '../../../common/globalImagesUrl';
|
||||
const isShow = ref(false)
|
||||
const addressInfo = ref({})
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
</picker>
|
||||
<image
|
||||
class="pos tag"
|
||||
src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FeIdxrdNN-dingwei.png"
|
||||
:src="shoppingCartUrl + '/component/dw.png'"
|
||||
@click="chooseLocation()"
|
||||
/>
|
||||
</view>
|
||||
|
@ -54,6 +54,7 @@ import {ref , onMounted, onUnmounted} from 'vue'
|
|||
import { testUrl , baseUrl , suiUrl } from '../../../api/request';
|
||||
import { onLoad, onShow } from '@dcloudio/uni-app';
|
||||
import { getFonts } from '../../../common/globalFont';
|
||||
import { shoppingCartUrl } from '../../../common/globalImagesUrl';
|
||||
import emitter from '../../../utils/emitter';
|
||||
const isSelected = ref(false)
|
||||
const addressParam = ref({
|
||||
|
@ -179,7 +180,7 @@ const bindTimeChange = (e) => { //picker省市区选择
|
|||
.page {
|
||||
padding-top: 26.44rpx;
|
||||
// background-color: #fffaf0;
|
||||
background-image: url('https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FQfLHXSAU-feiyigongfangbeijin.png');
|
||||
background-image: url(http://123.249.108.160:8888/api/file/downloadFile?objectKey=feiyi/miniProgram/Shopping-cart/newaddress_Info/bkg.png);
|
||||
background-size: 100% 100%;
|
||||
width: 100%;
|
||||
overflow-y: auto;
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
<!-- 减少数量 -->
|
||||
<image
|
||||
class="shrink-0 self-start image_3 image_4"
|
||||
src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FosWvYyNx-short1.png"
|
||||
:src="shoppingCartUrl + '/productmain/sub.png'"
|
||||
@click="decrease(index , item.checked)"
|
||||
/>
|
||||
<view class="flex-row shrink-0 self-start group_9">
|
||||
|
@ -50,7 +50,7 @@
|
|||
<!-- 添加数量 -->
|
||||
<image
|
||||
class="image_5 ml-2"
|
||||
src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FGbdSQDul-add1.png"
|
||||
:src="shoppingCartUrl + '/productmain/add.png'"
|
||||
@click="increase(index , item.checked)"
|
||||
/>
|
||||
</view>
|
||||
|
@ -136,6 +136,7 @@ import { onShow , onLoad } from "@dcloudio/uni-app";
|
|||
import { getFonts } from '../../../common/globalFont';
|
||||
import { baseUrl , testUrl ,suiUrl} from '../../../api/request';
|
||||
import * as math from 'mathjs'
|
||||
import { shoppingCartUrl } from '../../../common/globalImagesUrl';
|
||||
const products = ref([])
|
||||
const current = ref(1) //用于判断是实体类商品还是服务类商品
|
||||
const allCheck = ref(false) //全选
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<text class="font text">购物车</text>
|
||||
<view class="flex-row items-center flex-1 section_3 ml-17">
|
||||
<image class="shrink-0 image"
|
||||
src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FANvSsQui-sousuo.png" />
|
||||
:src="shoppingCartUrl + '/productmain/ss.png'" />
|
||||
<input confirm-type="search" @confirm="gotoSearch" v-model="searchText" class="section_1 ml-4" placeholder="搜索购物车商品" />
|
||||
</view>
|
||||
<text class="font text_2 ml-17" @click="changeState">{{ stateText.topBtn }}</text>
|
||||
|
@ -42,7 +42,7 @@
|
|||
</view>
|
||||
<!-- 减少数量 -->
|
||||
<image class="image_4"
|
||||
src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FVBaGfZxE-short.png"
|
||||
:src="shoppingCartUrl + '/productmain/sub.png'"
|
||||
@click="decrease(index , item.checked)" />
|
||||
</view>
|
||||
</view>
|
||||
|
@ -51,7 +51,7 @@
|
|||
class="font_6">{{ item.quantity }}</text></view>
|
||||
<!-- 添加数量 -->
|
||||
<image class="image_5 ml-2"
|
||||
src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FLsCJgzgf-add.png"
|
||||
:src="shoppingCartUrl + '/productmain/add.png'"
|
||||
@click="increase(index , item.checked)" />
|
||||
</view>
|
||||
</view>
|
||||
|
@ -81,14 +81,14 @@
|
|||
</view>
|
||||
<view class="flex-row ml-83">
|
||||
<image class="image_10"
|
||||
src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FVBaGfZxE-short.png"
|
||||
:src="shoppingCartUrl + '/productmain/sub.png'"
|
||||
@click="decrease(index , item.checked)"
|
||||
/>
|
||||
<view class="flex-col justify-start items-center text-wrapper_2 ml-2"><text
|
||||
class="font_6">{{ item.quantity }}</text>
|
||||
</view>
|
||||
<image class="image_11 ml-2"
|
||||
src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FLsCJgzgf-add.png"
|
||||
:src="shoppingCartUrl + '/productmain/add.png'"
|
||||
@click="increase(index , item.checked)" />
|
||||
</view>
|
||||
</view>
|
||||
|
@ -127,6 +127,7 @@
|
|||
import { getFonts } from '../../../common/globalFont';
|
||||
import { baseUrl, testUrl, suiUrl } from '../../../api/request';
|
||||
import * as math from 'mathjs'
|
||||
import { shoppingCartUrl } from '../../../common/globalImagesUrl';
|
||||
const products = ref([])
|
||||
const current = ref(1) //用于判断是实体类商品还是服务类商品
|
||||
const allCheck = ref(false) //全选
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<view class="flex-col justify-start relative page">
|
||||
<view class="section"></view>
|
||||
<image class="image pos" src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FCSSXOwDH-flower.png" />
|
||||
<image class="image pos" :src="homeUrl + '/flower.png'" />
|
||||
<text class="text pos_6">限定手制|非量售卖</text>
|
||||
<text class="font pos_2">匠</text>
|
||||
<text class="font pos_3">承</text>
|
||||
|
@ -11,7 +11,7 @@
|
|||
<view class="flex-row grid-item" @click="jump_xiezhen">
|
||||
<image
|
||||
class="shrink-0 self-center image_2"
|
||||
src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FenkBYRuk-firsticon.png"
|
||||
:src="homeUrl + '/xzyy.png'"
|
||||
/>
|
||||
<view class="ml-4 flex-col items-center flex-1 self-start group">
|
||||
<text class="font_2 text_2">写真预约</text>
|
||||
|
@ -21,7 +21,7 @@
|
|||
<view class="flex-row items-center grid-item_2" @click="jump_feiyi">
|
||||
<image
|
||||
class="shrink-0 image_3"
|
||||
src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FKLEsLGUY-secondicon.png"
|
||||
:src="homeUrl + '/jyty.png'"
|
||||
/>
|
||||
<view class="flex-col items-center flex-1 ml-7">
|
||||
<text class="font_2">技艺体验</text>
|
||||
|
@ -31,7 +31,7 @@
|
|||
<view class="flex-row grid-item_3" @click="jump_store">
|
||||
<image
|
||||
class="shrink-0 self-center image_5"
|
||||
src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FoHoMDXDs-tirdicon2.png"
|
||||
:src="homeUrl + '/tjsp.png'"
|
||||
/>
|
||||
<view class="flex-col items-center flex-1 self-start group_2 ml-7">
|
||||
<text class="font_2 text_5">推荐商品</text>
|
||||
|
@ -41,7 +41,7 @@
|
|||
<view class="flex-row relative grid-item_4" @click="jumpToActivity">
|
||||
<image
|
||||
class="shrink-0 self-center image_4"
|
||||
src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FlMKuKgjS-fourthicon.png"
|
||||
:src="homeUrl + '/hdzx.png'"
|
||||
/>
|
||||
<text class="self-start font_2 text_4">活动咨询</text>
|
||||
<text class="font_3 pos_8">朴物良社,匠心手作</text>
|
||||
|
@ -55,6 +55,7 @@ import {inject, ref} from 'vue'
|
|||
import { baseUrl, testUrl , suiUrl} from '@/api/request';
|
||||
import { onShow,onLoad } from "@dcloudio/uni-app";
|
||||
import { getFonts } from '../../common/globalFont';
|
||||
import { homeUrl } from '../../common/globalImagesUrl';
|
||||
onShow(() => {
|
||||
uni.removeStorageSync('businessId')
|
||||
getMyUser()
|
||||
|
@ -121,7 +122,7 @@ const showStop =()=>{
|
|||
margin-left: 4.13rpx;
|
||||
}
|
||||
.page {
|
||||
background-image: url('https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FQfLHXSAU-feiyigongfangbeijin.png');
|
||||
background-image: url(https://123.249.108.160:8888/api/file/downloadFile?objectKey=feiyi/miniProgram/home/bkg.png);
|
||||
background-size: 100% 100%;
|
||||
background-repeat: no-repeat;
|
||||
width: 100%;
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<view class="section_2"></view>
|
||||
<image
|
||||
class="image"
|
||||
src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FRAQucIRR-flower.png"
|
||||
:src="loginUrl + '/flower.png'"
|
||||
/>
|
||||
|
||||
<text class="font pos_2">泠</text>
|
||||
|
@ -24,7 +24,7 @@ import { baseUrl, testUrl , suiUrl} from '@/api/request';
|
|||
import { onMounted } from 'vue';
|
||||
import { onLoad } from "@dcloudio/uni-app";
|
||||
import { getFonts } from '../../common/globalFont';
|
||||
|
||||
import { loginUrl } from '../../common/globalImagesUrl';
|
||||
onLoad(() => {
|
||||
getFonts()
|
||||
})
|
||||
|
@ -76,7 +76,7 @@ const loginUser = async ( code ) =>{
|
|||
<style lang="scss" scoped>
|
||||
|
||||
.page {
|
||||
background-image: url('https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FQfLHXSAU-feiyigongfangbeijin.png');
|
||||
background-image: url(https://123.249.108.160:8888/api/file/downloadFile?objectKey=feiyi/miniProgram/login/bkg.png);
|
||||
background-size: 100% 100%;
|
||||
background-repeat: no-repeat;
|
||||
width: 100%;
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
<view class="flex-row justify-center items-center relative group">
|
||||
<text class="text">联系人信息</text>
|
||||
<image class="image pos"
|
||||
src="https://ide.code.fun/api/image?token=673329a3c471750012deb1ec&name=888e11f2c452b3d64f79a5136a779376.png" />
|
||||
:src="mineUrl + '/Contact/cha.png'" />
|
||||
</view>
|
||||
<view class="mt-16 flex-col">
|
||||
<view class="flex-row justify-between items-center list-item mt-5"
|
||||
|
@ -38,10 +38,10 @@
|
|||
<text v-if="item.isDefault === 1" class="font_3 ml-12">默认联系人</text>
|
||||
<view class="flex-row group_2">
|
||||
<image class="image_2"
|
||||
src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FEclWfXMx-bj.png"
|
||||
:src="mineUrl + '/Contact/edit.png'"
|
||||
@click="editContact(index)" />
|
||||
<image class="ml-12 image_2"
|
||||
src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FzgFMedLP-sc.png"
|
||||
:src="mineUrl + '/Contact/delete.png'"
|
||||
@click="deleteContact(index)" />
|
||||
</view>
|
||||
</view>
|
||||
|
@ -58,6 +58,7 @@ import { ref, onMounted, watch } from 'vue'
|
|||
import { baseUrl } from '../../../api/request'
|
||||
import { onLoad } from "@dcloudio/uni-app";
|
||||
import { getFonts } from '../../../common/globalFont';
|
||||
import { mineUrl } from '../../../common/globalImagesUrl';
|
||||
|
||||
onLoad(() => {
|
||||
getFonts()
|
||||
|
|
|
@ -13,11 +13,11 @@
|
|||
class="text_2">默认</text></view>
|
||||
<view class="flex-row pos">
|
||||
<image class="image"
|
||||
src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FFeFCTttf-edit.png"
|
||||
:src="mineUrl + '/Contact/edit.png'"
|
||||
@click="editContact(item)"
|
||||
/>
|
||||
<image class="ml-12 image"
|
||||
src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FpTAxfBXp-delete.png"
|
||||
:src="mineUrl + '/Contact/delete.png'"
|
||||
@click="showModal(item.id)" />
|
||||
</view>
|
||||
</view>
|
||||
|
@ -42,7 +42,7 @@
|
|||
import { getFonts } from '../../../common/globalFont';
|
||||
import emitter from '../../../utils/emitter';
|
||||
import contactPopVue from '../component/contactPop.vue'; //导入联系人弹窗
|
||||
|
||||
import { mineUrl } from '../../../common/globalImagesUrl';
|
||||
onLoad(() => {
|
||||
getFonts()
|
||||
})
|
||||
|
@ -138,7 +138,7 @@
|
|||
.page {
|
||||
height: 100vh;
|
||||
width: 100%;
|
||||
background-image: url('https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FQfLHXSAU-feiyigongfangbeijin.png');
|
||||
background-image: url(http://123.249.108.160:8888/api/file/downloadFile?objectKey=feiyi/miniProgram/mine/Contact/bkg.png);
|
||||
background-size: 100% 100%;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
|
|
|
@ -13,12 +13,12 @@
|
|||
<view class="flex-row">
|
||||
<image
|
||||
class="image"
|
||||
src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FzktCnafj-edit.png"
|
||||
:src="mineUrl + '/addressList/edit.png'"
|
||||
@click="editAddress(item)"
|
||||
/>
|
||||
<image
|
||||
class="image ml-12"
|
||||
src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FIkoUOFBt-delete.png"
|
||||
:src="mineUrl + '/addressList/delete.png'"
|
||||
@click="confirmPop(item.id)"
|
||||
/>
|
||||
</view>
|
||||
|
@ -40,6 +40,7 @@ import { ref, onMounted } from 'vue'
|
|||
import { baseUrl } from '../../../api/request';
|
||||
import { onShow, onLoad } from '@dcloudio/uni-app';
|
||||
import { getFonts } from '../../../common/globalFont';
|
||||
import { mineUrl } from '../../../common/globalImagesUrl';
|
||||
const addressArr = ref([]) //地址数组
|
||||
|
||||
onLoad(() => {
|
||||
|
@ -111,7 +112,7 @@ const jump_newAddress =()=> {
|
|||
}
|
||||
.page {
|
||||
padding-top: 31.88rpx;
|
||||
background-image: url('https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FQfLHXSAU-feiyigongfangbeijin.png');
|
||||
background-image: url(http://123.249.108.160:8888/api/file/downloadFile?objectKey=feiyi/miniProgram/mine/addressList/bkg.png);
|
||||
background-size: 100% 100%;
|
||||
background-repeat: no-repeat;
|
||||
width: 100%;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<!-- 添加联系人页面 -->
|
||||
<view class="flex-row relative page">
|
||||
<text class="text pos_2">添加联系人</text>
|
||||
<image class="image pos" src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FNWbQGniG-closed.png" @click="closePop()"/>
|
||||
<image class="image pos" :src="mineUrl + '/component/cha.png'" @click="closePop()"/>
|
||||
<view class="flex-col section_2 pos_3">
|
||||
<view class="flex-row items-center group">
|
||||
<text class="font_2 text_2">姓名</text>
|
||||
|
@ -29,7 +29,7 @@ import { testUrl , baseUrl , suiUrl } from '../../../api/request';
|
|||
import { onLoad, onShow } from '@dcloudio/uni-app';
|
||||
import { getFonts } from '../../../common/globalFont';
|
||||
import emitter from '../../../utils/emitter';
|
||||
|
||||
import { mineUrl } from '../../../common/globalImagesUrl';
|
||||
onLoad(() => {
|
||||
getFonts()
|
||||
})
|
||||
|
@ -139,7 +139,7 @@ const closePop = () =>{ //关闭弹窗方法
|
|||
.page {
|
||||
padding: 18.75rpx 24.38rpx 30rpx 31.88rpx;
|
||||
background-color: #ffffff;
|
||||
background-image: url('https://ide.code.fun/api/image?token=67be64de4ae84d0012274ced&name=44b4c9443569fdae44bb581d89efdadd.png');
|
||||
background-image: url(http://123.249.108.160:8888/api/file/downloadFile?objectKey=feiyi/miniProgram/mine/component/bkg.png);
|
||||
background-size: 100% 100%;
|
||||
background-repeat: no-repeat;
|
||||
height: 100vh;
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 270 KiB |
|
@ -1,10 +1,10 @@
|
|||
<template>
|
||||
<view class="flex-col page">
|
||||
|
||||
<image class="imgPos_1" src="./mh.png" />
|
||||
<image class="imgPos_2" src="./hb.png" />
|
||||
<image class="imgPos_1" :src="mineUrl + '/main/mh.png'" />
|
||||
<image class="imgPos_2" :src="mineUrl + '/main/hb.png'" />
|
||||
|
||||
<view class="flex-col group">
|
||||
<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" mode="aspectFill" :src="myAvatar" />
|
||||
|
@ -21,27 +21,27 @@
|
|||
<view class="flex-row equal-division">
|
||||
<view class="flex-col items-center" @click="goto(0)">
|
||||
<image class="shrink-0 image_2"
|
||||
src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FjqkEyOpY-totalorder.png" />
|
||||
:src="mineUrl + '/main/all.png'" />
|
||||
<text class="font text_3">全部</text>
|
||||
</view>
|
||||
<view class="flex-col items-center ml-1" @click="goto(1)">
|
||||
<image class="shrink-0 image_2"
|
||||
src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FEzgKLIBS-waitproduct.png" />
|
||||
:src="mineUrl + '/main/dzf.png'" />
|
||||
<text class="font text_5">待支付</text>
|
||||
</view>
|
||||
<view class="flex-col items-center ml-1" @click="goto(2)">
|
||||
<image class="shrink-0 image_2"
|
||||
src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FVWTrHegX-waitpay.png" />
|
||||
:src="mineUrl + '/main/dfh.png'" />
|
||||
<text class="font text_4">待发货</text>
|
||||
</view>
|
||||
<view class="flex-col items-center ml-1" @click="goto(3)">
|
||||
<image class="shrink-0 image_2"
|
||||
src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FWAdobYmD-waitshouhou.png" />
|
||||
:src="mineUrl + '/main/dsh.png'" />
|
||||
<text class="font text_6">待收货</text>
|
||||
</view>
|
||||
<view class="flex-col items-center ml-1" @click="goto(4)">
|
||||
<image class="shrink-0 image_2"
|
||||
src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FGEFKFVXw-shouhou.png" />
|
||||
:src="mineUrl + '/main/ytk.png'" />
|
||||
<text class="font text_7">已退款</text>
|
||||
</view>
|
||||
</view>
|
||||
|
@ -51,18 +51,18 @@
|
|||
|
||||
<view class="flex-row justify-between relative" @click="jump_addressList">
|
||||
<image class="image_3"
|
||||
src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FSJZTOttL-address.png" />
|
||||
:src="mineUrl + '/main/address.png'" />
|
||||
<image class="self-start image_4 image_5"
|
||||
src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FwQgycnra-rush.png" />
|
||||
:src="mineUrl + '/main/yjt.png'" />
|
||||
<text class="font_2 text_8 pos">地 址 列 表</text>
|
||||
<view class="divider pos_2"></view>
|
||||
</view>
|
||||
|
||||
<view class="flex-row justify-between relative" @click="goToText">
|
||||
<image class="image_6"
|
||||
src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FejVXliLM-contact.png" />
|
||||
:src="mineUrl + '/main/contact.png'" />
|
||||
<image class="self-start image_4 image_7"
|
||||
src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FwQgycnra-rush.png" />
|
||||
:src="mineUrl + '/main/yjt.png'" />
|
||||
<text class="font_2 pos_3">联系人列表</text>
|
||||
<view class="divider pos_4"></view>
|
||||
</view>
|
||||
|
@ -70,11 +70,11 @@
|
|||
<view class="flex-row justify-between group_4" @click="jumpToBookingOrder">
|
||||
<view class="flex-row items-center">
|
||||
<image class="shrink-0 image_8"
|
||||
src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FOfemexvK-booking.png" />
|
||||
:src="mineUrl + '/main/wdyy.png'" />
|
||||
<text class="font_2 text_9">我 的 预 约</text>
|
||||
</view>
|
||||
<image class="self-start image_4 image_9"
|
||||
src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FwQgycnra-rush.png" />
|
||||
:src="mineUrl + '/main/yjt.png'" />
|
||||
</view>
|
||||
<view class="flex-col group_5">
|
||||
<view class="divider view"></view>
|
||||
|
@ -82,11 +82,11 @@
|
|||
<view class="flex-row justify-between items-center group_6" @click="jumpToMyCoupon">
|
||||
<view class="flex-row items-center">
|
||||
<image class="shrink-0 image_10"
|
||||
src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FqihgypDY-coupon.png" />
|
||||
:src="mineUrl + '/main/coupon.png'" />
|
||||
<text class="font_2">我的优惠券</text>
|
||||
</view>
|
||||
<image class="image_4 image_11"
|
||||
src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FwQgycnra-rush.png" />
|
||||
:src="mineUrl + '/main/yjt.png'" />
|
||||
</view>
|
||||
|
||||
<view class="divider view_2"></view>
|
||||
|
@ -95,12 +95,12 @@
|
|||
<view class="flex-row self-center">
|
||||
<view class="flex-row shrink-0">
|
||||
<image class="shrink-0 image_12"
|
||||
src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FlGcdVAji-setting.png" />
|
||||
:src="mineUrl + '/main/logout.png'" />
|
||||
<text class="ml-10 self-start font_3 text_10">退 出 登 录</text>
|
||||
</view>
|
||||
</view>
|
||||
<image class="self-start image_4 image_13"
|
||||
src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FwQgycnra-rush.png" />
|
||||
:src="mineUrl + '/main/yjt.png'" />
|
||||
</view>
|
||||
|
||||
</view>
|
||||
|
@ -118,9 +118,8 @@ import {
|
|||
onLoad
|
||||
} from "@dcloudio/uni-app";
|
||||
import { baseUrl } from '../../../api/request';
|
||||
|
||||
import { getFonts } from '../../../common/globalFont';
|
||||
|
||||
import { mineUrl } from '../../../common/globalImagesUrl';
|
||||
onLoad(() => {
|
||||
getFonts() //启动使从服务器下载字体
|
||||
})
|
||||
|
@ -276,7 +275,7 @@ const getMyUser = async () => {
|
|||
.page {
|
||||
padding: 100rpx 0 211.88rpx;
|
||||
background-color: #ffffff00;
|
||||
background-image: url('https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FQfLHXSAU-feiyigongfangbeijin.png');
|
||||
background-image: url(http://123.249.108.160:8888/api/file/downloadFile?objectKey=feiyi/miniProgram/mine/main/bkg.png);
|
||||
background-size: 100% 100%;
|
||||
width: 100%;
|
||||
overflow-y: hidden;
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 663 KiB |
|
@ -404,7 +404,7 @@ button::after{
|
|||
}
|
||||
.page {
|
||||
background-color: #fff;
|
||||
background-image: url(https://carbon2.obs.cn-north-4.myhuaweicloud.com/feiyi/miniProgram/my-order/myGeneralOrderDetail/bkg.png);
|
||||
background-image: url(https://123.249.108.160:8888/api/file/downloadFile?objectKey=feiyi/miniProgram/my-order/myGeneralOrderDetail/bkg.png);
|
||||
background-size: 100% 100%;
|
||||
background-repeat: no-repeat;
|
||||
width: 100%;
|
||||
|
|
|
@ -608,7 +608,7 @@
|
|||
}
|
||||
.page {
|
||||
background-color: #ffffff;
|
||||
background-image: url(https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FQfLHXSAU-feiyigongfangbeijin.png);
|
||||
background-image: url(https://123.249.108.160:8888/api/file/downloadFile?objectKey=feiyi/miniProgram/my-order/myGeneralOrderDetail/bkg.png);
|
||||
background-size: 100% 100%;
|
||||
background-repeat: no-repeat;
|
||||
width: 100%;
|
||||
|
|
|
@ -349,7 +349,7 @@ button::after{
|
|||
}
|
||||
.page {
|
||||
background-color: #ffffff;
|
||||
background-image: url(https://carbon2.obs.cn-north-4.myhuaweicloud.com/feiyi/miniProgram/my-order/myServiceOrderDetail/bkg.png);
|
||||
background-image: url(https://123.249.108.160:8888/api/file/downloadFile?objectKey=feiyi/miniProgram/my-order/myServiceOrderDetail/bkg.png);
|
||||
background-size: 100% 100%;
|
||||
background-repeat: no-repeat;
|
||||
width: 100%;
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
}
|
||||
.page {
|
||||
background-color: #ffffff;
|
||||
background-image: url(https://carbon2.obs.cn-north-4.myhuaweicloud.com/feiyi/miniProgram/my-order/researchOrder/bkg.png);
|
||||
background-image: url(https://123.249.108.160:8888/api/file/downloadFile?objectKey=feiyi/miniProgram/my-order/researchOrder/bkg.png);
|
||||
background-size: 100% 100%;
|
||||
background-repeat: no-repeat;
|
||||
width: 100%;
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<image
|
||||
@click="closeWindow"
|
||||
class="image pos_2"
|
||||
src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FxSHTnKhk-close.png"
|
||||
:src="orderUrl + '/component/cha.png'"
|
||||
/>
|
||||
</view>
|
||||
<view class="flex-col self-stretch list">
|
||||
|
@ -20,12 +20,12 @@
|
|||
<view class="flex-row group">
|
||||
<image
|
||||
class="image_2"
|
||||
src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FKNXwmQrO-edit.png"
|
||||
:src="orderUrl + '/component/edit.png'"
|
||||
@click="editAddress(item)"
|
||||
/>
|
||||
<image
|
||||
class="image_2 ml-11"
|
||||
src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FXPhhJFpx-delete.png"
|
||||
:src="orderUrl + '/component/delete.png'"
|
||||
@click="confirmDelete(item.id)"
|
||||
/>
|
||||
</view>
|
||||
|
@ -48,6 +48,7 @@ import { onShow, onLoad } from "@dcloudio/uni-app";
|
|||
import { getFonts } from '../../../common/globalFont';
|
||||
const addressList = ref([])
|
||||
const userInfo = wx.getStorageSync('userInfo')
|
||||
import { orderUrl } from '../../../common/globalImagesUrl';
|
||||
//页面跳转回来之后,刷新一次地址列表 onShow就是在页面显示后执行
|
||||
|
||||
const updateAddresssListHandler = () => {
|
||||
|
@ -151,7 +152,7 @@ const closeWindow =()=> {
|
|||
.page {
|
||||
background-color: #f5f5dc;
|
||||
border-radius: 28.05rpx 28.05rpx 0rpx 0rpx;
|
||||
background-image: url('https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FQfLHXSAU-feiyigongfangbeijin.png');
|
||||
background-image: url(http://123.249.108.160:8888/api/file/downloadFile?objectKey=feiyi/miniProgram/order/component/bkg.png);
|
||||
background-size: 100% 100%;
|
||||
background-repeat: no-repeat;
|
||||
width: 100%;
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<text class="text">联系人信息</text>
|
||||
<image
|
||||
class="image"
|
||||
src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FMoAZrjKE-close.png"
|
||||
:src="orderUrl + '/component/cha.png'"
|
||||
@click="closeWindow()"
|
||||
/>
|
||||
</view>
|
||||
|
@ -24,12 +24,12 @@
|
|||
<view class="flex-row group_2">
|
||||
<image
|
||||
class="image_2"
|
||||
src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FFeFCTttf-edit.png"
|
||||
:src="orderUrl + '/component/edit.png'"
|
||||
@click="editContact(item)"
|
||||
/>
|
||||
<image
|
||||
class="image_2 ml-12"
|
||||
src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FpTAxfBXp-delete.png"
|
||||
:src="orderUrl + '/component/delete.png'"
|
||||
@click="showModal(item.id)"
|
||||
/>
|
||||
</view>
|
||||
|
@ -169,7 +169,7 @@
|
|||
padding: 24.75rpx 12.84rpx 33.75rpx 13.13rpx;
|
||||
background-color: #f5f5dc;
|
||||
border-radius: 28.13rpx 28.13rpx 0rpx 0rpx;
|
||||
background-image: url('https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FQfLHXSAU-feiyigongfangbeijin.png');
|
||||
background-image: url(http://123.249.108.160:8888/api/file/downloadFile?objectKey=feiyi/miniProgram/order/component/bkg.png);
|
||||
background-size: 100% 100%;
|
||||
background-repeat: no-repeat;
|
||||
width: 100%;
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
<view class="flex-row items-center mt-52">
|
||||
<image
|
||||
class="image_7"
|
||||
src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FjIVFaWXA-rmb.png"
|
||||
:src="orderUrl + '/product-waitpay/money.png'"
|
||||
/>
|
||||
<text class="font_4 ml-2">{{ item.cartGoodVO.price }}</text>
|
||||
<!-- <text class="font_6 text_27 ml-2">00</text> -->
|
||||
|
@ -32,13 +32,13 @@
|
|||
<view class="flex-row shrink-0 ml-21">
|
||||
<image
|
||||
class="image_5"
|
||||
src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FJYaNIhRB-short.png"
|
||||
:src="orderUrl + '/product-waitpay/sub.png'"
|
||||
@click="shortNum(index)"
|
||||
/>
|
||||
<view class="flex-col justify-start items-center text-wrapper ml-2"><text class="font_5">{{ item.quantity }}</text></view>
|
||||
<image
|
||||
class="image_6 ml-2"
|
||||
src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FXbkFIxCw-add.png"
|
||||
:src="orderUrl + '/product-waitpay/add.png'"
|
||||
@click="addNum(index)"
|
||||
/>
|
||||
</view>
|
||||
|
@ -132,6 +132,7 @@ import { stateMap } from '../../../common/global';
|
|||
import * as math from 'mathjs'
|
||||
import { dealResult } from '../../../common/globalFunction';
|
||||
import addressSelectedVue from '../../Shopping-cart/component/addressSelected.vue';
|
||||
import { orderUrl } from '../../../common/globalImagesUrl';
|
||||
//一些暂时变量
|
||||
const sumprice = ref(0) //总价格
|
||||
//11.4开发 不应该删掉的
|
||||
|
@ -542,7 +543,7 @@ const wxPay = async( oid )=> { //传入订单id
|
|||
}
|
||||
.page {
|
||||
background-color: #fff;
|
||||
background-image: url('https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FQfLHXSAU-feiyigongfangbeijin.png');
|
||||
background-image: url(http://123.249.108.160:8888/api/file/downloadFile?objectKey=feiyi/miniProgram/order/product-waitpay/bkg.png);
|
||||
background-size: 100% 100%;
|
||||
background-repeat: no-repeat;
|
||||
width: 100%;
|
||||
|
|
|
@ -5,14 +5,14 @@
|
|||
<view class="flex-row items-center">
|
||||
<image
|
||||
class="shrink-0 image"
|
||||
src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FXymRmdOc-lianxiren.png"
|
||||
:src="orderUrl + '/serviceWaitPay/lxr.png'"
|
||||
/>
|
||||
<text class="text ml-10" style="font-size: 30rpx;">{{ contactRealInfo.name }} {{ contactRealInfo.phone }}</text>
|
||||
</view>
|
||||
<view class="flex-row items-center group" @click="loadPop" :style="{ pointerEvents: isLoading ? 'none' : 'auto' }">
|
||||
<image
|
||||
class="image_2"
|
||||
src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FKgDGnwlb-right.png"
|
||||
:src="orderUrl + '/serviceWaitPay/yjt.png'"
|
||||
/>
|
||||
<text class="font text_2">更换联系人</text>
|
||||
</view>
|
||||
|
@ -42,7 +42,7 @@
|
|||
</view>
|
||||
<image
|
||||
class="image_4"
|
||||
src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FDuKxtYum-short.png"
|
||||
:src="orderUrl + '/serviceWaitPay/sub.png'"
|
||||
@click="shortNum(index)"
|
||||
/>
|
||||
</view>
|
||||
|
@ -51,7 +51,7 @@
|
|||
<view class="flex-col justify-start items-center text-wrapper"><text class="font_4 text_6">{{ item.quantity }}</text></view>
|
||||
<image
|
||||
class="image_5 ml-2"
|
||||
src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FIOMGjSNx-add.png"
|
||||
:src="orderUrl + '/serviceWaitPay/add.png'"
|
||||
@click="addNum(index)"
|
||||
/>
|
||||
</view>
|
||||
|
@ -88,7 +88,7 @@
|
|||
<text class="font_9" :style="{color: textColor}">{{ templateString }}</text>
|
||||
<image
|
||||
class="shrink-0 image_9 ml-3"
|
||||
src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FHomvnulG-rightblack.png"
|
||||
:src="orderUrl + '/serviceWaitPay/yjt2.png'"
|
||||
/>
|
||||
</view>
|
||||
</view>
|
||||
|
@ -112,7 +112,7 @@
|
|||
<view class="flex-row items-center">
|
||||
<image
|
||||
class="shrink-0 image_8 image_10"
|
||||
src="https://ide.code.fun/api/image?token=67be64de4ae84d0012274ced&name=549b29459342a9a09d24834be40eb53b.png"
|
||||
:src="orderUrl + '/serviceWaitPay/money.png'"
|
||||
/>
|
||||
<text class="text_17">应付:</text>
|
||||
<text class="text_18">{{ sfAmount.toFixed(2) }}</text>
|
||||
|
@ -150,7 +150,8 @@
|
|||
import contactPopVue from '../../mine/component/contactPop.vue'; //新增联系人弹窗
|
||||
import { getFonts } from '../../../common/globalFont';
|
||||
import * as math from 'mathjs'
|
||||
import { dealResult } from '../../../common/globalFunction';
|
||||
import { dealResult } from '../../../common/globalFunction';
|
||||
import { orderUrl } from '../../../common/globalImagesUrl';
|
||||
//一些暂时变量
|
||||
const sumprice = ref(0) //总价格
|
||||
const popup = ref(null) //弹窗对象
|
||||
|
@ -540,7 +541,7 @@ import { dealResult } from '../../../common/globalFunction';
|
|||
.page {
|
||||
padding-top: 24.38rpx;
|
||||
background-color: #fff;
|
||||
background-image: url('https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FQfLHXSAU-feiyigongfangbeijin.png');
|
||||
background-image: url(http://123.249.108.160:8888/api/file/downloadFile?objectKey=feiyi/miniProgram/order/serviceWaitPay/bkg.png);
|
||||
background-size: 100% 100%;
|
||||
background-repeat: no-repeat;
|
||||
width: 100%;
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
<view class="flex-row items-center mt-52">
|
||||
<image
|
||||
class="image_7"
|
||||
src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FjIVFaWXA-rmb.png"
|
||||
:src="orderUrl + '/singleGoodOrder/money.png'"
|
||||
/>
|
||||
<text class="font_4 ml-2">{{ productObject.price.toFixed(2) }}</text>
|
||||
<!-- <text class="font_6 text_27 ml-2">00</text> -->
|
||||
|
@ -33,13 +33,13 @@
|
|||
<view class="flex-row shrink-0 ml-21">
|
||||
<image
|
||||
class="image_5"
|
||||
src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FJYaNIhRB-short.png"
|
||||
:src="orderUrl + '/singleGoodOrder/sub.png'"
|
||||
@click="shortNum"
|
||||
/>
|
||||
<view class="flex-col justify-start items-center text-wrapper ml-2"><text class="font_5">{{ quantity }}</text></view>
|
||||
<image
|
||||
class="image_6 ml-2"
|
||||
src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FXbkFIxCw-add.png"
|
||||
:src="orderUrl + '/singleGoodOrder/add.png'"
|
||||
@click="addNum"
|
||||
/>
|
||||
</view>
|
||||
|
@ -55,7 +55,7 @@
|
|||
<view class="flex-row items-center">
|
||||
<image
|
||||
class="shrink-0 image_9"
|
||||
src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FjIVFaWXA-rmb.png"
|
||||
:src="orderUrl + '/singleGoodOrder/money.png'"
|
||||
/>
|
||||
<text class="font_9">{{ sumprice.toFixed(2) }}</text>
|
||||
</view>
|
||||
|
@ -67,7 +67,7 @@
|
|||
<text class="font_8" :style="{color: textColor}">{{ templateString }}</text>
|
||||
<image
|
||||
class="shrink-0 image_7 ml-3"
|
||||
src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FTrywtERT-right.png"
|
||||
:src="orderUrl + '/singleGoodOrder/money.png'"
|
||||
/>
|
||||
</view>
|
||||
</view>
|
||||
|
@ -77,7 +77,7 @@
|
|||
<view class="flex-row items-center">
|
||||
<image
|
||||
class="shrink-0 image_9"
|
||||
src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FjIVFaWXA-rmb.png"
|
||||
:src="orderUrl + '/singleGoodOrder/money.png'"
|
||||
/>
|
||||
<text class="font_9">{{ sfAmount.toFixed(2) }}</text>
|
||||
</view>
|
||||
|
@ -95,7 +95,7 @@
|
|||
<view class="flex-row items-center">
|
||||
<image
|
||||
class="shrink-0 image_9 image_11"
|
||||
src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FJmxvlQvD-rmbpink.png"
|
||||
:src="orderUrl + '/singleGoodOrder/money.png'"
|
||||
/>
|
||||
<text class="text_21">应付:</text>
|
||||
<text class="text_22">{{ sfAmount.toFixed(2) }}</text>
|
||||
|
@ -136,6 +136,7 @@ import { myOrderUrl } from '../../../common/globalImagesUrl';
|
|||
import * as math from 'mathjs'
|
||||
import { JudgeIsNullity, dealResult } from '../../../common/globalFunction';
|
||||
import addressSelectedVue from '../../Shopping-cart/component/addressSelected.vue';
|
||||
import { orderUrl } from '../../../common/globalImagesUrl';
|
||||
//一些暂时变量
|
||||
const sumprice = ref(0) //总价格
|
||||
//11.4开发 不应该删掉的
|
||||
|
@ -557,7 +558,7 @@ const wxPay = async ( oid )=> { //传入订单id
|
|||
}
|
||||
.page {
|
||||
background-color: #fff;
|
||||
background-image: url('https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FQfLHXSAU-feiyigongfangbeijin.png');
|
||||
background-image: url(http://123.249.108.160:8888/api/file/downloadFile?objectKey=feiyi/miniProgram/order/singleGoodOrder/bkg.png);
|
||||
background-size: 100% 100%;
|
||||
background-repeat: no-repeat;
|
||||
width: 100%;
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
<view class="flex-row items-center group" :style="{ pointerEvents: isLoading ? 'none' : 'auto' }">
|
||||
<image
|
||||
class="image_2"
|
||||
src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FKgDGnwlb-right.png"
|
||||
:src="orderUrl + '/singleServiceWait/lxr.png'"
|
||||
/>
|
||||
<text class="font text_2">更换联系人</text>
|
||||
</view>
|
||||
|
@ -42,7 +42,7 @@
|
|||
</view>
|
||||
<image
|
||||
class="image_4"
|
||||
src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FDuKxtYum-short.png"
|
||||
:src="orderUrl + '/singleServiceWait/sub.png'"
|
||||
@click="shortNum(index)"
|
||||
/>
|
||||
</view>
|
||||
|
@ -51,7 +51,7 @@
|
|||
<view class="flex-col justify-start items-center text-wrapper"><text class="font_4 text_6">{{ cnt }}</text></view>
|
||||
<image
|
||||
class="image_5 ml-2"
|
||||
src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FIOMGjSNx-add.png"
|
||||
:src="orderUrl + '/singleServiceWait/add.png'"
|
||||
@click="addNum(index)"
|
||||
/>
|
||||
</view>
|
||||
|
@ -149,6 +149,7 @@
|
|||
import contactPopVue from '../../mine/component/contactPop.vue'; //新增联系人弹窗
|
||||
import couponPopupVue from '../../coupon/component/couponPopup.vue';
|
||||
import { JudgeIsNullity, dealResult } from '../../../common/globalFunction';
|
||||
import { orderUrl } from '../../../common/globalImagesUrl';
|
||||
const sumprice = ref(0) //总价格
|
||||
const popup = ref(null) //弹窗对象
|
||||
const contactRealInfo = ref({}) //地址页 选择地址传过来的值 进入页面首先是默认地址,若无默认地址,则为空
|
||||
|
|
|
@ -1,84 +0,0 @@
|
|||
<template>
|
||||
<view class="flex-col section">
|
||||
<text class="self-center text">地址删除后无法恢复</text>
|
||||
<text class="self-center font text_2">是否删除地址?</text>
|
||||
<view class="flex-row justify-between self-stretch group">
|
||||
<view @click="cancel" class="flex-col justify-start items-center text-wrapper"><text class="font text_3">取消</text></view>
|
||||
<view @click="conform" class="flex-col justify-start items-center text-wrapper_2"><text class="font text_4">确定</text></view>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import { DomainName } from '../../../common/global';
|
||||
import emitter from '../../../utils/emitter';
|
||||
import { onLoad } from "@dcloudio/uni-app";
|
||||
import { getFonts } from '../../../common/globalFont';
|
||||
|
||||
onLoad(() => {
|
||||
getFonts()
|
||||
})
|
||||
|
||||
const conform = async () => {
|
||||
|
||||
emitter.emit('delAddressAfter')
|
||||
emitter.emit('popClose')
|
||||
}
|
||||
|
||||
const cancel = () => {
|
||||
emitter.emit('popClose')
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.section {
|
||||
margin: 0 35.63rpx;
|
||||
padding: 60rpx 61.88rpx 33.75rpx;
|
||||
background-color: #ffffff;
|
||||
border-radius: 18.75rpx;
|
||||
.text {
|
||||
color: #000000;
|
||||
font-size: 33.75rpx;
|
||||
font-family: FZSongKeBenXiuKaiS-R-GB;
|
||||
line-height: 32.85rpx;
|
||||
}
|
||||
.font {
|
||||
font-size: 26.25rpx;
|
||||
font-family: FZSongKeBenXiuKaiS-R-GB;
|
||||
line-height: 25.43rpx;
|
||||
}
|
||||
.text_2 {
|
||||
margin-top: 48.75rpx;
|
||||
color: #8c92a4;
|
||||
}
|
||||
.group {
|
||||
margin-top: 63.75rpx;
|
||||
.text-wrapper {
|
||||
padding: 15rpx 0;
|
||||
background-color: #f2f2f2;
|
||||
border-radius: 93.75rpx;
|
||||
width: 185.63rpx;
|
||||
height: 55.54rpx;
|
||||
margin-right: 75rpx;
|
||||
.text_3 {
|
||||
color: #000000;
|
||||
line-height: 25.28rpx;
|
||||
}
|
||||
}
|
||||
.text-wrapper_2 {
|
||||
padding: 15rpx 0;
|
||||
background-color: #00ba9c;
|
||||
border-radius: 93.75rpx;
|
||||
width: 185.63rpx;
|
||||
height: 55.54rpx;
|
||||
margin-left: 75rpx;
|
||||
.text_4 {
|
||||
color: #ffffff;
|
||||
line-height: 25.61rpx;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@import url('../css/global1.css');
|
||||
</style>
|
|
@ -21,7 +21,7 @@
|
|||
<view class="flex-row items-center group_3" v-if="goodObject.festivalName != null">
|
||||
<image
|
||||
class="image_2"
|
||||
src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FGOsbijZE-denglong.png"
|
||||
:src="storeHomeUrl + '/ProductDetail/jr.png'"
|
||||
/>
|
||||
<text class="font text_3 ml-5">{{ goodObject.festivalName }}限定</text>
|
||||
</view>
|
||||
|
@ -67,7 +67,7 @@
|
|||
<button class="flex-col items-center" style="background-color: #ffffff;" open-type="contact" bindcontact="handleContact" session-from="sessionFrom">
|
||||
<image
|
||||
class="image_4"
|
||||
src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FbTRAhIQz-kefu.png"
|
||||
:src="storeHomeUrl + '/ProductDetail/lxkf.png'"
|
||||
/>
|
||||
<text class="text_19 mt-3">客服</text>
|
||||
</button>
|
||||
|
@ -96,6 +96,7 @@ import { baseUrl } from '../../../api/request';
|
|||
import emitter from '../../../utils/emitter'
|
||||
import addProduct from '../../Shopping-cart/component/addProduct.vue';
|
||||
import { dealResult } from '../../../common/globalFunction';
|
||||
import { storeHomeUrl } from '../../../common/globalImagesUrl';
|
||||
const popup = ref(null) //弹窗对象
|
||||
const goodObject = ref({}) //商品对象
|
||||
const idInfo = ref(0) //发送到下一页的商品id
|
||||
|
@ -105,6 +106,7 @@ const imgArr = ref([]) //商品图片数组
|
|||
const coupon = ref(0) //当前商品可用的优惠卷
|
||||
const cookie = wx.getStorageSync('cookie')
|
||||
const richTextcontent = ref('')
|
||||
|
||||
//转换上一页面传来的商品
|
||||
onLoad((options) => {
|
||||
getFonts()
|
||||
|
@ -219,7 +221,7 @@ button::after {
|
|||
margin-left: 16.88rpx;
|
||||
}
|
||||
.page {
|
||||
background-image: url('https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FQfLHXSAU-feiyigongfangbeijin.png');
|
||||
background-image: url(http://123.249.108.160:8888/api/file/downloadFile?objectKey=feiyi/miniProgram/main/ProductDetail/bkg.png);
|
||||
background-size: 100% 100%;
|
||||
background-repeat: no-repeat;
|
||||
height: 100%;
|
||||
|
|
|
@ -71,6 +71,7 @@ import { onLoad,onPullDownRefresh } from '@dcloudio/uni-app';
|
|||
import { getFonts } from '../../../common/globalFont';
|
||||
import carousel from '@/components/vear-carousel/vear-carousel'
|
||||
import { workshopUrl } from '../../../common/globalImagesUrl';
|
||||
import { storeHomeUrl } from '../../../common/globalImagesUrl';
|
||||
const currentColor = ref(0);
|
||||
const sort =ref([{}]) //商品类别对象数组
|
||||
const headerList = ref([{}]) //类别标题和介绍
|
||||
|
@ -169,16 +170,16 @@ const goToProduct = (item) => {
|
|||
|
||||
|
||||
const imgList = ref([{
|
||||
url: 'https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FVZJcndFL-VCG211334705187.png',
|
||||
url: storeHomeUrl + '/main/banner1.png',
|
||||
id: 1
|
||||
},{
|
||||
url: ' https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FplnBXSNq-VCG211345185434.png',
|
||||
url: storeHomeUrl + '/main/banner2.png',
|
||||
id: 2
|
||||
},{
|
||||
url: 'https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FpWmCgSml-VCG21gic13424447.png',
|
||||
url: storeHomeUrl + '/main/banner3.png',
|
||||
id: 3
|
||||
},{
|
||||
url: 'https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FbGthWnIG-VCG211247054746.png',
|
||||
url: storeHomeUrl + '/main/banner4.png',
|
||||
id: 4
|
||||
},])
|
||||
|
||||
|
@ -238,7 +239,7 @@ input {
|
|||
}
|
||||
.page {
|
||||
background-color: #ffffff;
|
||||
background-image: url('https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FQfLHXSAU-feiyigongfangbeijin.png');
|
||||
background-image: url(http://123.249.108.160:8888/api/file/downloadFile?objectKey=feiyi/miniProgram/store-home/main/bkg.png);
|
||||
background-size: 100% 100%;
|
||||
background-repeat: no-repeat;
|
||||
height: 100vh;
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<view class="flex-row section_3" style="display: flex; align-items: center;" @click="goToSearch">
|
||||
<image
|
||||
class="image"
|
||||
src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FqiUJHqkm-fangdajing.png"
|
||||
:src="workshopUrl + '/index/search.png'"
|
||||
/>
|
||||
<input class="text-wrapper ml-7" placeholder="搜索课程" placeholder-class="placeholderStyle" disabled />
|
||||
</view>
|
||||
|
@ -32,7 +32,7 @@
|
|||
<view class="flex-row items-center group_2 mt-17">
|
||||
<image
|
||||
class="image_4"
|
||||
src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FTDckKcXA-rmb.png"
|
||||
:src="workshopUrl + '/index/money.png'"
|
||||
/>
|
||||
<text class="font_2">{{ item.price }}</text>
|
||||
</view>
|
||||
|
@ -47,6 +47,7 @@ import { ref , onMounted } from 'vue'
|
|||
import { baseUrl } from '../../../api/request';
|
||||
import { onLoad } from "@dcloudio/uni-app";
|
||||
import { getFonts } from '../../../common/globalFont';
|
||||
import { workshopUrl } from '../../../common/globalImagesUrl';
|
||||
const products = ref()
|
||||
const cookie = wx.getStorageSync("cookie")
|
||||
import carousel from '@/components/vear-carousel/vear-carousel'
|
||||
|
@ -79,16 +80,16 @@ const jump_detail =(item,index)=>{
|
|||
|
||||
|
||||
const imgList = ref([{
|
||||
url: 'https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FVZJcndFL-VCG211334705187.png',
|
||||
url: workshopUrl + '/index/banner1.png',
|
||||
id: 1
|
||||
},{
|
||||
url: ' https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FplnBXSNq-VCG211345185434.png',
|
||||
url: workshopUrl + '/index/banner2.png',
|
||||
id: 2
|
||||
},{
|
||||
url: 'https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FpWmCgSml-VCG21gic13424447.png',
|
||||
url: workshopUrl + '/index/banner3.png',
|
||||
id: 3
|
||||
},{
|
||||
url: 'https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FbGthWnIG-VCG211247054746.png',
|
||||
url: workshopUrl + '/index/banner4.png',
|
||||
id: 4
|
||||
},])
|
||||
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
<view class="flex-col items-center shrink-0 self-start">
|
||||
<image
|
||||
class="image_4"
|
||||
src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FeWZifLdN-kefu.png"
|
||||
:src="workshopUrl + '/productmain/lxkf'"
|
||||
/>
|
||||
<text class="text_13 mt-3">客服</text>
|
||||
</view>
|
||||
|
@ -76,6 +76,7 @@ import { ref,onMounted, nextTick, onUnmounted } from 'vue'
|
|||
import { onLoad } from "@dcloudio/uni-app";
|
||||
import { getFonts } from '../../../common/globalFont';
|
||||
import { baseUrl } from '../../../api/request';
|
||||
import { workshopUrl } from '../../../common/globalImagesUrl';
|
||||
import timeSelectVue from '../component/timeSelect.vue';
|
||||
import emitter from '../../../utils/emitter' //导入emitter传值组件
|
||||
const pid = ref(0) //商品id
|
||||
|
@ -216,7 +217,7 @@ const loadPopBook = ()=> {
|
|||
}
|
||||
.section {
|
||||
padding-bottom: 41.25rpx;
|
||||
background-image: url('https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FJULGLADX-feiyigongfang.png');
|
||||
background-image: url(http://123.249.108.160:8888/api/file/downloadFile?objectKey=feiyi/miniProgram/workshop/productmain/bkg.png);
|
||||
background-size: 100% 100%;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
|
|
@ -55,7 +55,7 @@
|
|||
margin-left: 16.88rpx;
|
||||
}
|
||||
.page {
|
||||
background-image: url(https://carbon2.obs.cn-north-4.myhuaweicloud.com/feiyi/miniProgram/workshop/searchGood/bkg.png);
|
||||
background-image: url(http://123.249.108.160:8888/api/file/downloadFile?objectKey=feiyi/miniProgram/workshop/searchGood/bkg.png);
|
||||
background-size: 100% 100%;
|
||||
background-repeat: no-repeat;
|
||||
width: 100%;
|
||||
|
@ -64,7 +64,7 @@
|
|||
height: 100vh;
|
||||
}
|
||||
.section {
|
||||
background-image: url(https://carbon2.obs.cn-north-4.myhuaweicloud.com/feiyi/miniProgram/workshop/searchGood/bkg.png);
|
||||
background-image: url(http://123.249.108.160:8888/api/file/downloadFile?objectKey=feiyi/miniProgram/workshop/searchGood/bkg.png);
|
||||
background-size: 100% 100%;
|
||||
background-repeat: no-repeat;
|
||||
width: 750rpx;
|
||||
|
|
|
@ -149,7 +149,7 @@
|
|||
margin-top: 9.38rpx;
|
||||
}
|
||||
.page {
|
||||
background-image: url(https://carbon2.obs.cn-north-4.myhuaweicloud.com/feiyi/miniProgram/workshop/searchResult/bkg.png);
|
||||
background-image: url(http://123.249.108.160:8888/api/file/downloadFile?objectKey=feiyi/miniProgram/workshop/searchResult/bkg.png);
|
||||
background-size: 100% 100%;
|
||||
background-repeat: no-repeat;
|
||||
width: 100%;
|
||||
|
@ -158,7 +158,7 @@
|
|||
height: 100vh;
|
||||
}
|
||||
.section {
|
||||
background-image: url(https://carbon2.obs.cn-north-4.myhuaweicloud.com/feiyi/miniProgram/workshop/searchResult/bkg.png);
|
||||
background-image: url(http://123.249.108.160:8888/api/file/downloadFile?objectKey=feiyi/miniProgram/workshop/searchResult/bkg.png);
|
||||
background-size: 100% 100%;
|
||||
background-repeat: no-repeat;
|
||||
width: 750rpx;
|
||||
|
|
Loading…
Reference in New Issue
Block a user