Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wxapp
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
亲子游项目
wxapp
Commits
705015d2
Commit
705015d2
authored
Dec 13, 2018
by
LiuJunYi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复0晚不显示
parent
cf89ec9c
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
pages/detail/index.wxml
+1
-1
pages/index/index.wxml
+2
-2
utils/Config.js
+1
-1
No files found.
pages/detail/index.wxml
View file @
705015d2
...
...
@@ -31,7 +31,7 @@
<i-cell wx-if="{{detail.type=='2'}}">
<image slot="icon" src='/images/icon_rmb.png' mode='scaleToFill' class='icon'></image>
<view catchtap='handleMap'>
<text>参考价格:<text class='text-red'>¥{{detail.price}}起
/{{detail.night_num}}晚
</text> </text>
<text>参考价格:<text class='text-red'>¥{{detail.price}}起
<text wx-if="{{detail.night_num}}">/{{detail.night_num}}晚</text>
</text> </text>
</view>
</i-cell>
<i-cell wx-if="{{detail.type=='1'}}">
...
...
pages/index/index.wxml
View file @
705015d2
...
...
@@ -16,7 +16,7 @@
<view class='title'>{{n.title}}</view>
<view class='info'>
<text class='text-red text-small mergin-right-2'>¥{{common.numFixed(n.vip_price, 0)}}</text>
<text
wx:if="{{n.night_num}}"> 起/{{n.night_num}}晚
</text>
<text
> 起<text wx:if="{{n.night_num}}">/{{n.night_num}}晚</text>
</text>
</view>
</view>
</i-col>
...
...
@@ -34,7 +34,7 @@
<view class='title'>{{n.title}}</view>
<view class='info'>
<text class='text-red text-small mergin-right-2'>¥{{common.numFixed(n.price, 0)}}</text>
<text
wx:if="{{n.night_num}}"> 起/{{n.night_num}}晚
</text>
<text
> 起<text wx:if="{{n.night_num}}">/{{n.night_num}}晚</text>
</text>
</view>
</view>
</i-col>
...
...
utils/Config.js
View file @
705015d2
...
...
@@ -5,7 +5,7 @@
// }
export
const
Config
=
{
apiPath
:
"http
s://meixzz.utools.club
/api/"
,
apiPath
:
"http
://local.picp.io/
/api/"
,
mobPath
:
"https://mavaler.jqhulian.com/mob/"
,
shopJoinPath
:
"https://mavaler.jqhulian.com/mob/Index/shopjoin"
}
...
...
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