Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
junlebao-milk-20240619
Project
Project
Details
Activity
Releases
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
SparkProjects
junlebao-milk-20240619
Commits
08577576
Commit
08577576
authored
Jun 25, 2024
by
haiyoucuv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
init
parent
6fd90f2f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
common.less
miniprogram/common.less
+1
-1
activity.wxml
miniprogram/pages/activity/activity.wxml
+1
-1
No files found.
miniprogram/common.less
View file @
08577576
...
...
@@ -23,5 +23,5 @@
bottom: 0;
width: 100vw !important;
height: 100vh;
opacity: 0
.5
;
opacity: 0;
}
\ No newline at end of file
miniprogram/pages/activity/activity.wxml
View file @
08577576
...
...
@@ -8,7 +8,7 @@
<view class="act_prod_list">
<view class="act_prod_item" wx:for="{{activityInfo.productList}}">
<view class="prod_item_prompt">{{item.
prompt
}}</view>
<view class="prod_item_prompt">{{item.
name
}}</view>
<view class="prod_item_introduce">{{item.content}}</view>
<image class="prod_item_img" src="{{item.img}}" mode="aspectFit" lazy-load/>
<image class="prod_item_logo" src="{{item.logo}}" mode="aspectFit" lazy-load/>
...
...
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