Commit ffc79e32 authored by kisszxc's avatar kisszxc

修改轮播图

parent 2490f3d6
......@@ -6,9 +6,9 @@ import {
// 通常可以吧 baseUrl 单独放在一个 js 文件了
// const baseUrl = "http://172.16.224.178:7777/pmall";
// const baseUrl = "https://momclub-uat.feihe.com/pmall";//测试环境
//const baseUrl = 'https://feihe.jzvcode.com/feihe' //生产环境
const baseUrl = 'https://feihe.jzvcode.com/feihe';
//const baseUrl = 'https://factory-walk-test.feihe.com/feihe';
const baseUrl = 'https://factory-walk-uat.feihe.com/feihe';
//const baseUrl = 'https://factory-walk-uat.feihe.com/feihe';
const request = (options = {}) => {
// 对options.data 进行一些处理
......
export const baseUrl = 'https://factory-walk-uat.feihe.com'
export const baseUrl = 'https://feihe.jzvcode.com'
// 声明字体
@font-face {
font-family: 'fz';
src: url('https://factory-walk-uat.feihe.com/images/fz.ttf') format('truetype');
src: url('https://feihe.jzvcode.com/images/fz.ttf') format('truetype');
}
@font-face {
font-family: 'fz-bold';
src: url('https://factory-walk-uat.feihe.com/images/fz-bold.ttf') format('truetype');
src: url('https://feihe.jzvcode.com/images/fz-bold.ttf') format('truetype');
}
.blur-bg {
......
// 声明字体
@font-face {
font-family: 'fz';
src: url('https://factory-walk-uat.feihe.com/images/fz.ttf') format('truetype');
src: url('https://feihe.jzvcode.com/images/fz.ttf') format('truetype');
}
@font-face {
font-family: 'fz-bold';
src: url('https://factory-walk-uat.feihe.com/images/fz-bold.ttf') format('truetype');
src: url('https://feihe.jzvcode.com/images/fz-bold.ttf') format('truetype');
}
.record {
......
// 声明字体
@font-face {
font-family: 'fz';
src: url('https://factory-walk-uat.feihe.com/images/fz.ttf') format('truetype');
src: url('https://feihe.jzvcode.com/images/fz.ttf') format('truetype');
}
@font-face {
font-family: 'fz-bold';
src: url('https://factory-walk-uat.feihe.com/images/fz-bold.ttf') format('truetype');
src: url('https://feihe.jzvcode.com/images/fz-bold.ttf') format('truetype');
}
.record {
......
// 声明字体
@font-face {
font-family: 'fz';
src: url('https://factory-walk-uat.feihe.com/images/fz.ttf') format('truetype');
src: url('https://feihe.jzvcode.com/images/fz.ttf') format('truetype');
}
@font-face {
font-family: 'fz-bold';
src: url('https://factory-walk-uat.feihe.com/images/fz-bold.ttf') format('truetype');
src: url('https://feihe.jzvcode.com/images/fz-bold.ttf') format('truetype');
}
.subscribe {
......
......@@ -13,17 +13,8 @@
</view>
<view class="card">
<view class="card-title">参观园区</view>
<swiper
circular
class="card-swiper"
:current="swiperIndex"
@change="handleSwiperChange"
>
<swiper-item
class="swiper-item"
v-for="(item, index) in cardList"
:key="index"
>
<swiper circular class="card-swiper" :current="swiperIndex" @change="handleSwiperChange" :disable-touch="true">
<swiper-item class="swiper-item" v-for="(item, index) in cardList" :key="index" catch:touchmove="return false">
<view class="card-image">
<image :src="item.image" mode="widthFix" />
</view>
......@@ -31,7 +22,7 @@
</swiper>
<view class="name">
{{ currentGround.title }}
<view class="swiper-left" @click="handleSwiperLeft">
<!-- <view class="swiper-left" @click="handleSwiperLeft">
<image
src="@/assets/reservation-images/icon-right-y.svg"
mode="widthFix"
......@@ -42,7 +33,7 @@
src="@/assets/reservation-images/icon-right-y.svg"
mode="widthFix"
/>
</view>
</view> -->
</view>
<view class="desc">
{{ currentGround.detail }}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment