Commit 286c0ae7 authored by Junling Bu's avatar Junling Bu
Browse files

chore[renard-wx]: 基于微信开发者工具的格式化代码

parent 20b97ec8
{
"navigationBarTitleText": "我的团购",
"usingComponents": {
"zan-capsule": "/components/capsule/index"
}
"navigationBarTitleText": "我的团购",
"usingComponents": {
"zan-capsule": "/components/capsule/index"
}
}
\ No newline at end of file
This diff is collapsed.
......@@ -12,7 +12,7 @@
</view>
<view class="sort">
<view class="sort-box">
<view class="item {{currentSortType == 'default' ? 'active' : ''}}" bindtap="openSortFilter" id="defaultSort">
<view class="item {{currentSortType == 'default' ? 'active' : ''}}" bindtap="openSortFilter" id="defaultSort">
<text class="txt">综合</text>
</view>
<view class="item by-price {{currentSortType == 'price' ? 'active' : ''}} {{currentSortOrder == 'asc' ? 'asc' : 'desc'}}" bindtap="openSortFilter" id="priceSort">
......
This diff is collapsed.
This diff is collapsed.
{
"navigationBarTitleText": "首页",
"usingComponents": {
"zan-capsule": "/components/capsule/index",
"goodList": "/components/goodList/goodList",
"van-notice-bar": "/components/notice-bar/index"
}
"navigationBarTitleText": "首页",
"usingComponents": {
"zan-capsule": "/components/capsule/index",
"goodList": "/components/goodList/goodList",
"van-notice-bar": "/components/notice-bar/index"
}
}
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
{
"navigationBarTitleText": "新品首发",
"usingComponents": {
"goodList": "/components/goodList/goodList"
}
"navigationBarTitleText": "新品首发",
"usingComponents": {
"goodList": "/components/goodList/goodList"
}
}
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
......@@ -10,7 +10,8 @@
<view class="error" wx:if="{{!status}}">
<view class="msg">付款失败</view>
<view class="tips">
<view class="p">请在 <text class="time">半小时</text> 内完成付款</view>
<view class="p">请在
<text class="time">半小时</text> 内完成付款</view>
<view class="p">否则订单将会被系统取消</view>
</view>
<view class="btns">
......
......@@ -33,7 +33,7 @@ page {
width: 200rpx;
line-height: 78rpx;
border: 1px solid #868686;
color: #000000;
color: #000;
border-radius: 5rpx;
}
......@@ -56,4 +56,4 @@ page {
.pay-result .error .tips .p {
line-height: 42rpx;
text-align: center;
}
\ No newline at end of file
}
This diff is collapsed.
{
"navigationBarTitleText": "搜索",
"usingComponents": {
"goodList": "/components/goodList/goodList"
}
"navigationBarTitleText": "搜索",
"usingComponents": {
"goodList": "/components/goodList/goodList"
}
}
\ No newline at end of file
This diff is collapsed.
Supports Markdown
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