Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
dev
/
marubi-wish-list-mp
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
17e83707
authored
2019-08-24 14:49:46 +0800
by
simon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
反馈修改
1 parent
b0e3f3ba
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
8 deletions
src/pages/coop/coop.js
src/pages/question/question.js
src/pages/question/question.scss
src/pages/question/question.wxml
src/pages/coop/coop.js
View file @
17e8370
...
...
@@ -197,10 +197,16 @@ Page({
tipsCommonVisible
:
true
,
tipsInnerText
:
"不能为自己助力哦~"
})
}
else
if
(
status
==
4
)
{
// 好友是团购会员
this
.
setData
({
groupMemberCoopVisible
:
true
})
}
else
{
// 助力失败
this
.
setData
({
groupMemberCoopVisible
:
true
tipsCommonVisible
:
true
,
tipsInnerText
:
"助力失败"
})
this
.
setData
({
canShake
:
true
...
...
src/pages/question/question.js
View file @
17e8370
...
...
@@ -128,7 +128,7 @@ Page({
*/
onGzhClipboardHandler
()
{
wx
.
setClipboardData
({
data
:
'MARUBI
丸美
'
,
data
:
'MARUBI
_WX
'
,
success
(
res
)
{
// wx.getClipboardData({
// success(res) {
...
...
src/pages/question/question.scss
View file @
17e8370
...
...
@@ -102,9 +102,11 @@
// 提交按钮
.submit-btn
{
margin
:
0
auto
;
.btn
{
@include
cb
(
300px
,
80px
);
margin-bottom
:
52px
;
margin
:
0
auto
0
;
}
padding-bottom
:
52px
;
}
// 结果
...
...
src/pages/question/question.wxml
View file @
17e8370
...
...
@@ -25,12 +25,12 @@
</view>
</view>
<!-- 提交 -->
<view
bindtap="onSubmitQuestionResultHandler"
wx:if="{{questionResult.status != 1}}" class="submit-btn">
确认提交
<view wx:if="{{questionResult.status != 1}}" class="submit-btn">
<view bindtap="onSubmitQuestionResultHandler" class="btn">确认提交</view>
</view>
<!-- 结果 -->
<
!-- <view wx:else> --
>
<view
>
<
view wx:else
>
<!-- <view> --
>
<view wx:if="{{indexInfo.isSubcribe == 1}}" class="result">
<!-- 已经注册 -->
<image class="d1" mode="widthFix" src="../../image/oss/question/question-d1.png" />
...
...
Please
register
or
sign in
to post a comment