This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Augcl
/
teambuy-front
generated from
hly/uniapp-shop-templates
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
上传
hfll
前端-胡立永
1 month ago
parent
aba4b73e15
commit
8a0a2f0d3b
7 changed files
with
6 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
BIN
components/sn-swiper/.DS_Store
+0
-0
doc/ad.png
+2
-2
mixins/order.js
+1
-1
pages/index/cart.vue
+2
-1
pages_order/order/createOrder.vue
BIN
static/image/home/exclusive.png
+1
-1
uni.scss
BIN
components/sn-swiper/.DS_Store
View File
static/image/center/ad.png → doc/ad.png
View File
+ 2
- 2
mixins/order.js
View File
@ -13,9 +13,9 @@ export default {
let
api
=
''
// if([0, 1].includes(item.shopState)){
api
=
'createOrderTwo'
// api = 'createOrderTwo'
// }else{
// api = 'createSumOrderAgain'
api
=
'createSumOrderAgain'
// }
this
.
$api
(
api
,
{
+ 1
- 1
pages/index/cart.vue
View File
@ -19,7 +19,7 @@
<
view
class
=
"checkbox"
>
<
uv
-checkbox
:
name
=
"item.id"
activeColor
=
"#
A3D25
0"
activeColor
=
"#
eb330
0"
size
=
"40rpx"
icon
-
size
=
"35rpx"
>
<
/
u
v
-
c
h
e
c
k
b
o
x
>
+ 2
- 1
pages_order/order/createOrder.vue
View File
@ -425,7 +425,8 @@
<
style
scoped
lang
=
"scss"
>
.
page
{
overflow
:
auto
;
padding
-
bottom
:
300
rpx
;
.
bac
{
width
:
100
%
;
height
:
100
px
;
BIN
static/image/home/exclusive.png
View File
Before
After
Width:
141
| Height:
36
| Size:
3.6 KiB
+ 1
- 1
uni.scss
View File
@ -12,7 +12,7 @@
*
如果你的项目同样使用了scss预处理
,
你也可以直接在你的
scss
代码中使用如下变量
,
同时无需
import
这个文件
*
/
/* 颜色变量 */
$uni-color
:
rgb
(
235
,
51
,
0
)
;
$uni-color
:
#eb3300
;
/* 行为相关颜色 */
$uni-color-primary
:
#007aff
;
Write
Preview
Loading…
Cancel
Save