Commit 70fef279 by liangjianmin

js

parent 778a23a4
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<section class="sample"> <section class="sample">
<Header :title="title" :meaushow="meaushow" :bgcolor="bgcolor"></Header> <Header :title="title" :meaushow="meaushow" :bgcolor="bgcolor"></Header>
<div> <div>
<wxShare :link="shareUrl"></wxShare> <wxShare :url="shareUrl"></wxShare>
<div class="banner"> <div class="banner">
<van-swipe :autoplay="3000" indicator-color="white" :height="bannerHeight"> <van-swipe :autoplay="3000" indicator-color="white" :height="bannerHeight">
<van-swipe-item v-for="(v,index) in getsamplebanner" :key="index"> <van-swipe-item v-for="(v,index) in getsamplebanner" :key="index">
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<section class="sample"> <section class="sample">
<Header :title="title" :meaushow="meaushow" :bgcolor="bgcolor"></Header> <Header :title="title" :meaushow="meaushow" :bgcolor="bgcolor"></Header>
<div> <div>
<wxShare :url="shareUrl"></wxShare> <wxShare :link="shareUrl"></wxShare>
<div class="banner"> <div class="banner">
<van-swipe :autoplay="3000" indicator-color="white" :height="bannerHeight" :loop="false" :show-indicators="false"> <van-swipe :autoplay="3000" indicator-color="white" :height="bannerHeight" :loop="false" :show-indicators="false">
<van-swipe-item> <van-swipe-item>
......
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 sign in to comment