切换导航条
此项目
正在载入...
登录
miniprogram
/
binhaineigouopen
·
提交
转到一个项目
GitLab
转到群组
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
邮件补丁
差异文件
浏览文件
作者
lihongjuan
5 years ago
提交
dc34cfae1845d47bee483468e0909bf84ee17255
1 个父辈
ed10cac4
对
隐藏空白字符变更
内嵌
并排对比
正在显示
6 个修改的文件
包含
17 行增加
和
16 行删除
pages/index/index.wxss
pages/order/order.js
pages/order/order.wxml
pages/order/order_detail/order_detail.js
pages/order/order_list/order_list.wxss
pages/zhuanqu/zhuanqu.wxss
pages/index/index.wxss
查看文件 @
dc34cfa
...
...
@@ -185,7 +185,7 @@ image {
/* width: 686rpx;
height: 304rpx; */
width: 750rpx;
height:
32
0rpx;
height:
26
0rpx;
position: relative;
}
...
...
@@ -234,7 +234,7 @@ image {
height: 88rpx;
width: 100%;
background: #fff;
padding: 0 32rpx;
padding: 0
40rpx 0
32rpx;
box-sizing: border-box;
display: flex;
align-items: center;
...
...
@@ -285,7 +285,7 @@ image {
.notice {
width: 100%;
padding:
24
rpx 32rpx;
padding:
10
rpx 32rpx;
box-sizing: border-box;
background: #fff;
display: flex;
...
...
@@ -358,8 +358,8 @@ image {
}
.activeitem {
width: 218rpx;
height: 240rpx;
width: 140rpx;
height: 155rpx;
font-size: 0;
display: flex;
justify-content: center;
...
...
@@ -396,12 +396,12 @@ image {
.actity {
width: 750rpx;
padding: 2
4
rpx 30rpx;
padding: 2rpx 30rpx;
box-sizing: border-box;
background: #fff;
border-bottom: 16rpx solid #f5f5f5;
/* border-top:16rpx solid #f5f5f5; */
margin-top:
2
0rpx;
margin-top:
1
0rpx;
}
.miaosha {
...
...
@@ -417,7 +417,7 @@ image {
.miaoshaoname {
color:rgba(61, 154, 248, 1);
font-size:
32
rpx;
font-size:
28
rpx;
font-weight: bold;
}
...
...
@@ -466,13 +466,13 @@ image {
flex-direction: column;
justify-content: center;
align-items: center;
margin-right:
24
rpx;
margin-right:
31
rpx;
box-sizing: border-box;
}
.goodimg {
width: 140rpx;
height: 140rpx;
width: 63rpx;
height: 63rpx;
font-size: 0;
border-radius: 10rpx;
}
...
...
@@ -511,7 +511,7 @@ image {
.xianshi {
width: 750rpx;
padding:
24
rpx 30rpx;
padding:
10
rpx 30rpx;
box-sizing: border-box;
background: #fff;
border-bottom:16rpx solid #f5f5f5;
...
...
pages/order/order.js
查看文件 @
dc34cfa
...
...
@@ -184,7 +184,7 @@ Page({
}
app
.
post
(
url
,
params
).
then
((
res
)
=>
{
that
.
setData
({
"info.yunfei"
:
Number
(
res
.
msg
.
yunfei
)
"info.yunfei"
:
Number
(
res
.
msg
.
yunfei
)
*
100
})
})
},
...
...
pages/order/order.wxml
查看文件 @
dc34cfa
...
...
@@ -108,7 +108,7 @@
<view class="cover_box" wx:if="{{cover_type}}">
<view class="cover_order">
<view class="all_money">{{choudan_money?(choudan_money +
total)/100: (total
)/100}}积分</view>
<view class="all_money">{{choudan_money?(choudan_money +
info.total + info.yunfei)/100: (info.total + info.yunfei
)/100}}积分</view>
<view class="money_item">
<text>商品积分</text>
<text>{{choudan_money?(choudan_money + info.total)/100:info.total/100}}积分</text>
...
...
pages/order/order_detail/order_detail.js
查看文件 @
dc34cfa
...
...
@@ -104,7 +104,7 @@ Page({
}
app
.
post
(
url
,
params
).
then
((
res
)
=>
{
that
.
setData
({
"info.yunfei"
:
res
.
msg
.
yunfei
"info.yunfei"
:
res
.
msg
.
yunfei
*
100
})
})
},
...
...
pages/order/order_list/order_list.wxss
查看文件 @
dc34cfa
...
...
@@ -221,7 +221,7 @@ page {
flex-direction: row-reveres;
-webkit-flex-direction: row-reveres;
justify-content: flex-end; */
padding: 16rpx 2
4rpx 32rpx 3
0rpx;
padding: 16rpx 2
0rpx 32rpx
0rpx;
box-sizing: border-box;
}
...
...
pages/zhuanqu/zhuanqu.wxss
查看文件 @
dc34cfa
...
...
@@ -189,6 +189,7 @@ page {
}
.real_goods_bottom {
width:335rpx;
padding: 16rpx 16rpx 28rpx 31rpx;
box-sizing: border-box;
background: #fff;
...
...
请
注册
或
登录
后发表评论