Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
W
wechatapp.shangjiadao.com
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
wangxuelai
wechatapp.shangjiadao.com
Commits
904ad1d8
Commit
904ad1d8
authored
Feb 07, 2020
by
ltz
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'wxl-develop-v2' of git.server:wangxuelai/wechatapp.shangjiadao.com into lvtz_home
parents
8e82a935
02b49bd2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
index.wxss
business/pages/themeeditorlock/index.wxss
+1
-1
index.js
src/pages/sharemoretheme/index.js
+1
-1
index.wxml
src/pages/sharemoretheme/index.wxml
+2
-2
No files found.
business/pages/themeeditorlock/index.wxss
View file @
904ad1d8
...
...
@@ -493,7 +493,7 @@ page{
height:43rpx;
position: absolute;
top: 0;
right:
0
;
right:
-43rpx
;
}
.check-item-box .add-item-btn{
width:255rpx;
...
...
src/pages/sharemoretheme/index.js
View file @
904ad1d8
...
...
@@ -511,7 +511,7 @@ Page({
})
this
.
setData
({
infogetShow
:
false
,
'moreTheme.info_collection_count'
:
this
.
moreTheme
.
info_collection_count
+
1
'moreTheme.info_collection_count'
:
this
.
data
.
moreTheme
.
info_collection_count
+
1
});
if
(
this
.
data
.
moreTheme
.
join_rule_type
==
2
)
{
this
.
setData
({
...
...
src/pages/sharemoretheme/index.wxml
View file @
904ad1d8
...
...
@@ -93,8 +93,8 @@
</view> -->
</view>
</view>
<!--
-->
<view class="dailog-box info-dialog" wx:if="{{infogetShow}}">
<!-- -->
<view class="dailog-box info-dialog"
wx:if="{{infogetShow}}">
<view class="content-box">
<view class="closebox" bindtap="closeinfoget">
<image class="closeicon" src="{{imageRoot}}2c/clockdetail/close.png?{{imageVersion}}"></image>
...
...
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