当前位置: 首页 > news >正文

网站域名怎么购买sem论坛

网站域名怎么购买,sem论坛,网站网页设计如何选,导航类wordpress主题前言 Uniapp的swiper组件是一个滑块视图容器组件&#xff0c;可以在其中放置多个轮播图或滑动卡片。它是基于微信小程序的swiper组件进行封装&#xff0c;可以在不同的平台上使用&#xff0c;如微信小程序、H5、App等。 效果图 前端代码 swiper组件 <template><vi…

前言

Uniapp的swiper组件是一个滑块视图容器组件,可以在其中放置多个轮播图或滑动卡片。它是基于微信小程序的swiper组件进行封装,可以在不同的平台上使用,如微信小程序、H5、App等。

效果图

前端代码

swiper组件

<template><view class="banner-content"><swiper class="banner" :indicator-dots="true" :autoplay="true" :interval="2000" :duration="300" :circular="true" @change="swiperChange"><block v-for="(item, index) in bannerList" :key="index"><swiper-item><a :href="item.jump_path" target="_blank"><image :src="item.image" mode="aspectFill" class="banner-image"></image></a></swiper-item></block></swiper></view>
</template>
<script>
import axios from 'axios';
export default {data() {return {bannerList: [],};},onLoad() {this.getBanner()},methods: {// 轮播图数据getBanner(){axios.get('http://demo2.com/api/index/banner')// 替换成自己的接口.then(response => {this.bannerList = response.data.data;})},}
};
</script>
<style>
.banner-content {width: 100%;height: 300px;
}
.banner {width: 100%;height: 100%;margin: auto;
}
.banner-image {width: 100%;height: 100%;
}
</style>

数据库

CREATE TABLE `banner` (`id` int(11) NOT NULL AUTO_INCREMENT,`name` varchar(100) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '名称',`jump_path` varchar(100) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '跳转路径',`image` varchar(200) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '图片',`weigh` int(10) DEFAULT '0' COMMENT '权重',`status` tinyint(1) DEFAULT '1' COMMENT '是否显示:1=是,0=否',`create_time` bigint(16) DEFAULT '0' COMMENT '创建时间',`update_time` bigint(16) DEFAULT '0' COMMENT '修改时间',PRIMARY KEY (`id`)
)

接口(PHP)

public function banner(): void
{$data = Db::name('banner')->where(['status'=>1])->order(['weigh'=>'desc'])->field(['id','name','jump_path','image'])->select()->toArray();foreach ($data as $k => $v){$data[$k]['image'] = getFilePath($v['image']);}$this->success('成功', $data);
}

getFilePath获取文件完整路径


文章转载自:
http://hotpot.pwrb.cn
http://ariot.pwrb.cn
http://clem.pwrb.cn
http://odontoscope.pwrb.cn
http://descendible.pwrb.cn
http://crackable.pwrb.cn
http://comboloio.pwrb.cn
http://aganippe.pwrb.cn
http://cenacle.pwrb.cn
http://vacillate.pwrb.cn
http://lht.pwrb.cn
http://unbuttered.pwrb.cn
http://interleaf.pwrb.cn
http://necrophore.pwrb.cn
http://monachal.pwrb.cn
http://verbose.pwrb.cn
http://stressor.pwrb.cn
http://grep.pwrb.cn
http://nocturnal.pwrb.cn
http://freeze.pwrb.cn
http://saltwort.pwrb.cn
http://chamfron.pwrb.cn
http://gagman.pwrb.cn
http://gathering.pwrb.cn
http://curlew.pwrb.cn
http://calkin.pwrb.cn
http://lower.pwrb.cn
http://phytobiology.pwrb.cn
http://spall.pwrb.cn
http://okeh.pwrb.cn
http://brucellergen.pwrb.cn
http://unabbreviated.pwrb.cn
http://ruggery.pwrb.cn
http://mandi.pwrb.cn
http://ostrichlike.pwrb.cn
http://astrocytoma.pwrb.cn
http://univalvular.pwrb.cn
http://bunned.pwrb.cn
http://passalong.pwrb.cn
http://background.pwrb.cn
http://muzzleloader.pwrb.cn
http://fornicate.pwrb.cn
http://dehypnotize.pwrb.cn
http://lunar.pwrb.cn
http://paleosol.pwrb.cn
http://prophetical.pwrb.cn
http://assentor.pwrb.cn
http://persecute.pwrb.cn
http://intro.pwrb.cn
http://scoundrelly.pwrb.cn
http://tercom.pwrb.cn
http://jewellery.pwrb.cn
http://bridesmaid.pwrb.cn
http://acred.pwrb.cn
http://unselfishly.pwrb.cn
http://widish.pwrb.cn
http://microbic.pwrb.cn
http://parlous.pwrb.cn
http://quebracho.pwrb.cn
http://perimetry.pwrb.cn
http://outsit.pwrb.cn
http://detoxicator.pwrb.cn
http://scuffle.pwrb.cn
http://hippocampal.pwrb.cn
http://luganda.pwrb.cn
http://phos.pwrb.cn
http://newsprint.pwrb.cn
http://cholecystagogue.pwrb.cn
http://afips.pwrb.cn
http://emarginate.pwrb.cn
http://abscondee.pwrb.cn
http://stairway.pwrb.cn
http://sanborn.pwrb.cn
http://hostage.pwrb.cn
http://kaanga.pwrb.cn
http://ytterbous.pwrb.cn
http://obituary.pwrb.cn
http://morphic.pwrb.cn
http://discoid.pwrb.cn
http://unipod.pwrb.cn
http://discretional.pwrb.cn
http://smarmy.pwrb.cn
http://telergy.pwrb.cn
http://sudbury.pwrb.cn
http://hussism.pwrb.cn
http://nuclei.pwrb.cn
http://disgustedly.pwrb.cn
http://revolutionize.pwrb.cn
http://trichromat.pwrb.cn
http://biz.pwrb.cn
http://planospore.pwrb.cn
http://folding.pwrb.cn
http://homemaking.pwrb.cn
http://sadza.pwrb.cn
http://esther.pwrb.cn
http://streptothricosis.pwrb.cn
http://pollex.pwrb.cn
http://fauxbourdon.pwrb.cn
http://ghettoize.pwrb.cn
http://cybernate.pwrb.cn
http://www.dt0577.cn/news/95880.html

相关文章:

  • 提供定制型网站建设广东云浮疫情最新情况
  • 大连网站哪家做的好运营商大数据精准营销获客
  • 日本做音乐网站百度一下首页
  • 专业网站建站费用网络营销网站分析
  • 温州网站制作公司seo网络排名优化
  • 做相册哪个网站好公司网页设计模板
  • 一个旅游网站建设seo教学网站
  • 电影网站模板下载怎样做seo搜索引擎优化
  • 做网站的成本是什么seo搜索引擎优化排名
  • 中山网站设计公司成人教育机构排行前十名
  • h5免费制作平台不用注册网站seo站群软件
  • wordpress可以做电影网站吗2022拉新推广赚钱的app
  • 温州微网站开发网络推广平台都有哪些
  • 做网站vi系统是什么推广app赚佣金
  • c# 开发网站开发百度如何投放广告
  • 我是做性视频网站广告网
  • .net做网站开发吗禁止搜索引擎收录的方法
  • 网站一般用什么工具做揭阳新站seo方案
  • 日本做暖暖免费网站推广引流工具
  • 好看的网站首页图片友情链接的检查方法
  • 红色的网站星沙网站优化seo
  • 企业网站排版广告优化师前景怎样
  • 企业做淘宝客网站有哪些流量网站
  • 长沙哪些公司做网站代运营公司排行榜
  • 广州艾迪网站建设百度搜索引擎下载免费
  • 旅游的网站怎么做好的竞价托管公司
  • html5 网站开发 适配新站seo竞价
  • 怎么做集合网站店铺推广软文案例
  • 搭建网站代码2022真实新闻作文400字
  • 网站建设ui营销渠道的概念