Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
严立
/
mini-shimao
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
0612bd7b
authored
Aug 27, 2020
by
严立
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
LL - UI 问题修复
parent
9f2c4ffd
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
5 deletions
pages/home/home.wxml
pages/shop-detail/shop-detail.js
pages/shop-detail/shop-detail.wxss
pages/home/home.wxml
View file @
0612bd7b
<!-- <l-toast /> -->
<navigation class="navigation" background="{{'rgba(255, 255, 255, ' + navigationAnimationShow + ')'}}"></navigation>
<navigation class="navigation" background="{{'rgba(255, 255, 255, ' + navigationAnimationShow + ')'}}"></navigation>
<view class="container">
<view class="container">
...
@@ -7,7 +5,7 @@
...
@@ -7,7 +5,7 @@
<image class="logo" src="/image/logo-b.png" hidden="{{isNavigationLogoWhite}}" style="{{'top: ' + navigationLogoTop + 'px'}}"></image>
<image class="logo" src="/image/logo-b.png" hidden="{{isNavigationLogoWhite}}" style="{{'top: ' + navigationLogoTop + 'px'}}"></image>
<view id="banner" class="banner">
<view id="banner" class="banner">
<swiper autoplay circular class="banner-swiper" indicator-dots="{{false}}" interval="
4
000" duration="500" bindchange="onSwiperChange">
<swiper autoplay circular class="banner-swiper" indicator-dots="{{false}}" interval="
5
000" duration="500" bindchange="onSwiperChange">
<block wx:for="{{banner}}" wx:for-index="index" wx:for-item="item" wx:key="index">
<block wx:for="{{banner}}" wx:for-index="index" wx:for-item="item" wx:key="index">
<swiper-item class="banner-swiper-item" data-item="{{item}}" bindtap="bannerClick">
<swiper-item class="banner-swiper-item" data-item="{{item}}" bindtap="bannerClick">
<image class="banner-swiper-image" src="{{item.img}}"></image>
<image class="banner-swiper-image" src="{{item.img}}"></image>
...
...
pages/shop-detail/shop-detail.js
View file @
0612bd7b
...
@@ -75,7 +75,7 @@ Page({
...
@@ -75,7 +75,7 @@ Page({
App
.
globalData
.
appResourcesBase
+
'shop/banner/banner-2-1-2.png'
,
App
.
globalData
.
appResourcesBase
+
'shop/banner/banner-2-1-2.png'
,
App
.
globalData
.
appResourcesBase
+
'shop/banner/banner-2-1-3.png'
,
App
.
globalData
.
appResourcesBase
+
'shop/banner/banner-2-1-3.png'
,
],
],
name
:
'元养水韵'
,
name
:
'元养水韵
SPA
'
,
title
:
'元养水韵SPA'
,
title
:
'元养水韵SPA'
,
date
:
'周一至周日 10:00 - 22:00'
,
date
:
'周一至周日 10:00 - 22:00'
,
describe
:
[
describe
:
[
...
...
pages/shop-detail/shop-detail.wxss
View file @
0612bd7b
...
@@ -56,7 +56,7 @@
...
@@ -56,7 +56,7 @@
/* 详情样式 */
/* 详情样式 */
.detail {
.detail {
padding-bottom:
20
0rpx;
padding-bottom:
16
0rpx;
}
}
.detail-black {
.detail-black {
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment