Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
H
hs-app-project
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
李星剑
hs-app-project
Commits
4559a3af
Commit
4559a3af
authored
Feb 18, 2022
by
Zheng Shang Jun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
我的收藏样式修改1
parent
b6cea67a
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
32 additions
and
29 deletions
+32
-29
collection.vue
src/pages/brands/collection.vue
+5
-4
browseItem.vue
src/pages/brands/components/browseItem.vue
+1
-1
login.vue
src/pages/user/login/login.vue
+26
-24
No files found.
src/pages/brands/collection.vue
View file @
4559a3af
...
...
@@ -28,10 +28,10 @@
</
template
>
</browse-item>
</view>
<!-- 导航条 -->
<hs-tab-bar></hs-tab-bar>
<!-- 底部占位符 -->
<view
:class=
"{ 'mask-template1': !edit, 'mask-template2': edit }"
></view>
<!-- 导航条 -->
<hs-tab-bar></hs-tab-bar>
</view>
</template>
...
...
@@ -82,6 +82,7 @@ export default {
// 编辑
editorClick
()
{
this
.
edit
=
true
;
// console.log(this.safeDiced);
},
// 完成
completeClick
()
{
...
...
@@ -120,11 +121,11 @@ export default {
// 底部占位符
.mask-template1
{
width
:
100%
;
height
:
1
5
0rpx
;
height
:
1
0
0rpx
;
}
.mask-template2
{
width
:
100%
;
height
:
2
5
0rpx
;
height
:
2
0
0rpx
;
}
.collect
{
height
:
100%
;
...
...
src/pages/brands/components/browseItem.vue
View file @
4559a3af
...
...
@@ -334,7 +334,7 @@ export default {
.posi
{
position
:
fixed
;
bottom
:
1
0
0rpx
;
bottom
:
1
2
0rpx
;
height
:
100rpx
;
width
:
100%
;
background-color
:
white
;
...
...
src/pages/user/login/login.vue
View file @
4559a3af
...
...
@@ -5,19 +5,19 @@
</view>
</
template
>
<
script
>
import
statusBar
from
'@/components/statusBar.vue'
;
import
statusBar
from
"@/components/statusBar.vue"
;
export
default
{
components
:
{
statusBar
statusBar
,
},
data
()
{
return
{};
},
methods
:
{
async
login
()
{
await
this
.
$store
.
dispatch
(
'login'
,
{
account
:
'18332345678'
,
password
:
'e10adc3949ba59abbe56e057f20f883e'
await
this
.
$store
.
dispatch
(
"login"
,
{
account
:
"18332345678"
,
password
:
"e10adc3949ba59abbe56e057f20f883e"
,
});
// await this.$store.dispatch('login', {
// account: '13588828505',
...
...
@@ -28,9 +28,11 @@ export default {
// await this.$store.dispatch("getCategoryList")
// this.$Router.push("/pages/goods/list")
this
.
$Router
.
push
(
'/pages/home/index'
);
}
}
this
.
$Router
.
push
(
"/pages/home/index"
);
// uni.setStorageSync("assignType",2)
// this.$Router.push('/pages/brands/collection');
},
},
};
</
script
>
...
...
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