Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cust-app
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
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
李伟
cust-app
Commits
fd48e0ad
Commit
fd48e0ad
authored
Mar 03, 2025
by
罗林杰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改bug
parent
9ca0104b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
44 additions
and
12 deletions
+44
-12
index.vue
components/elm-toast/index.vue
+29
-1
my.vue
pages/tab/my.vue
+13
-2
info.vue
pagesme/message/info.vue
+2
-9
No files found.
components/elm-toast/index.vue
View file @
fd48e0ad
...
@@ -3,6 +3,7 @@
...
@@ -3,6 +3,7 @@
<view
class=
"bg"
></view>
<view
class=
"bg"
></view>
<view
class=
"dialog_content"
>
<view
class=
"dialog_content"
>
<view
class=
"bag"
>
<view
class=
"bag"
>
<view
v-if=
"isClose==true"
class=
"close-button"
@
click=
"close()"
>
×
</view>
<image
class=
"pop-bgc"
:src=
"img + '/common/home-pop-bg.png'"
></image>
<image
class=
"pop-bgc"
:src=
"img + '/common/home-pop-bg.png'"
></image>
<view
class=
"divss"
>
<view
class=
"divss"
>
<view
class=
"namne"
>
{{
tips
}}
</view>
<view
class=
"namne"
>
{{
tips
}}
</view>
...
@@ -44,7 +45,11 @@
...
@@ -44,7 +45,11 @@
isConfirm
:
{
isConfirm
:
{
type
:
Boolean
,
type
:
Boolean
,
default
:
false
default
:
false
}
},
isClose
:
{
type
:
Boolean
,
default
:
false
}
},
},
data
()
{
data
()
{
return
{
return
{
...
@@ -72,6 +77,9 @@
...
@@ -72,6 +77,9 @@
if
(
this
.
isConfirm
!=
undefined
&&
this
.
isConfirm
!=
null
&&
this
.
isConfirm
==
true
)
{
if
(
this
.
isConfirm
!=
undefined
&&
this
.
isConfirm
!=
null
&&
this
.
isConfirm
==
true
)
{
this
.
$emit
(
'cancel'
)
this
.
$emit
(
'cancel'
)
}
}
},
close
(){
this
.
show
=
false
;
},
},
gzh
()
{
gzh
()
{
this
.
show
=
false
;
this
.
show
=
false
;
...
@@ -127,6 +135,26 @@
...
@@ -127,6 +135,26 @@
margin-left
:
125rpx
;
margin-left
:
125rpx
;
margin-top
:
40%
;
margin-top
:
40%
;
// 关闭按钮样式
.close-button
{
position
:
absolute
;
top
:
20rpx
;
right
:
20rpx
;
width
:
40rpx
;
height
:
40rpx
;
line-height
:
40rpx
;
text-align
:
center
;
font-size
:
40rpx
;
font-weight
:
bold
;
color
:
#999999
;
cursor
:
pointer
;
z-index
:
10
;
&
:active
{
color
:
#666666
;
// 点击时颜色变化
}
}
.divss
{
.divss
{
position
:
absolute
;
position
:
absolute
;
top
:
0
;
top
:
0
;
...
...
pages/tab/my.vue
View file @
fd48e0ad
...
@@ -169,9 +169,9 @@
...
@@ -169,9 +169,9 @@
<view
class=
"pop-title"
>
温馨提示
</view>
<view
class=
"pop-title"
>
温馨提示
</view>
<view
class=
"tips-content"
>
<view
class=
"tips-content"
>
请您仔细阅读并充分理解相关条款, 点击同意即代表您已阅读并同意
请您仔细阅读并充分理解相关条款, 点击同意即代表您已阅读并同意
<view
class=
"agreement-btn"
>
《用户协议》
</view>
<view
class=
"agreement-btn"
@
click=
"gotoPage('0')"
>
《用户协议》
</view>
、
、
<view
class=
"agreement-btn"
>
《隐私政策》
</view>
<view
class=
"agreement-btn"
@
click=
"gotoPage('1')"
>
《隐私政策》
</view>
</view>
</view>
<view
class=
"btn-c"
>
<view
class=
"btn-c"
>
<view
class=
"pop-btn agree"
@
click=
"handAgree"
>
同意
</view>
<view
class=
"pop-btn agree"
@
click=
"handAgree"
>
同意
</view>
...
@@ -620,6 +620,17 @@ import {articleList, getOssUrl, userArticleList} from "../../api/article";
...
@@ -620,6 +620,17 @@ import {articleList, getOssUrl, userArticleList} from "../../api/article";
url
:
"/pageslogin/index"
url
:
"/pageslogin/index"
})
})
},
},
gotoPage
(
index
){
if
(
index
==
0
){
uni
.
navigateTo
({
url
:
"/pagesme/set/agreement"
})
}
else
if
(
index
==
1
){
uni
.
navigateTo
({
url
:
"/pagesme/set/privacy"
})
}
},
//完善信息
//完善信息
updateInformation
()
{
updateInformation
()
{
uni
.
navigateTo
({
uni
.
navigateTo
({
...
...
pagesme/message/info.vue
View file @
fd48e0ad
...
@@ -29,7 +29,7 @@
...
@@ -29,7 +29,7 @@
<view
class=
"chat-inner-layout"
>
<view
class=
"chat-inner-layout"
>
<view
class=
"chat-item-name"
>
{{
item
.
memNickName
}}
</view>
<view
class=
"chat-item-name"
>
{{
item
.
memNickName
}}
</view>
<view
class=
"chat-item-msg-layout"
>
<view
class=
"chat-item-msg-layout"
>
<image
class=
"chat-item-photo"
:src=
"item.avatar"
></image>
<image
class=
"chat-item-photo"
:src=
"item.avatar
Url
"
></image>
<view
class=
"chat-inner-msg-left"
>
{{
item
.
content
}}
</view>
<view
class=
"chat-inner-msg-left"
>
{{
item
.
content
}}
</view>
</view>
</view>
</view>
</view>
...
@@ -68,12 +68,11 @@
...
@@ -68,12 +68,11 @@
</u-popup>
</u-popup>
<ELM
ref=
"elm"
:msg=
"tipMsg"
:isCancel=
"false"
:isConfirm=
"isConfirm"
@
confirm=
"confirm"
></ELM>
<ELM
ref=
"elm"
:msg=
"tipMsg"
:isCancel=
"false"
:isConfirm=
"isConfirm"
@
confirm=
"confirm"
></ELM>
<ELM
ref=
"elmShowApply"
:msg=
'tipMsg'
:isConfirm=
"showApply"
cancelName=
"拒绝"
confirmName=
"接受"
@
confirm=
"acceptPayConfirm"
@
cancel=
"refuse
"
></ELM>
<ELM
ref=
"elmShowApply"
:msg=
'tipMsg'
:isConfirm=
"showApply"
:isClose=
"true"
cancelName=
"拒绝"
confirmName=
"接受"
@
confirm=
"acceptPayConfirm"
@
cancel=
"refuseConfirm
"
></ELM>
<ELM
ref=
"elmMessage"
:msg=
"tipMsg"
:isConfirm=
"isMessageConfirm"
confirmName=
"充值"
@
confirm=
"messageConfirm"
></ELM>
<ELM
ref=
"elmMessage"
:msg=
"tipMsg"
:isConfirm=
"isMessageConfirm"
confirmName=
"充值"
@
confirm=
"messageConfirm"
></ELM>
<ELM
ref=
"elmBlack"
:msg=
'tipMsg'
:isConfirm=
"isBlackConfirm"
@
confirm=
"blackConfirm"
></ELM>
<ELM
ref=
"elmBlack"
:msg=
'tipMsg'
:isConfirm=
"isBlackConfirm"
@
confirm=
"blackConfirm"
></ELM>
<ELM
ref=
"elmMessagePay"
:msg=
'tipMsg'
:isConfirm=
"isMessagePayConfirm"
@
confirm=
"messagePayConfirm"
></ELM>
<ELM
ref=
"elmMessagePay"
:msg=
'tipMsg'
:isConfirm=
"isMessagePayConfirm"
@
confirm=
"messagePayConfirm"
></ELM>
<ELM
ref=
"elmApplyPay"
:msg=
'tipMsg'
:isConfirm=
"isApplyPayConfirm"
@
confirm=
"applyPayConfirm"
></ELM>
<ELM
ref=
"elmApplyPay"
:msg=
'tipMsg'
:isConfirm=
"isApplyPayConfirm"
@
confirm=
"applyPayConfirm"
></ELM>
<ELM
ref=
"elmRefuse"
:msg=
'tipMsg'
:isConfirm=
"isRefuseConfirm"
@
confirm=
"refuseConfirm"
></ELM>
</view>
</view>
</template>
</template>
...
@@ -112,7 +111,6 @@ export default {
...
@@ -112,7 +111,6 @@ export default {
isBlackConfirm
:
false
,
isBlackConfirm
:
false
,
isMessagePayConfirm
:
false
,
isMessagePayConfirm
:
false
,
isApplyPayConfirm
:
false
,
isApplyPayConfirm
:
false
,
isRefuseConfirm
:
false
,
applyWxPayment
:
0
,
applyWxPayment
:
0
,
acceptWxPayment
:
0
,
acceptWxPayment
:
0
,
wxTask
:[]
wxTask
:[]
...
@@ -321,11 +319,6 @@ export default {
...
@@ -321,11 +319,6 @@ export default {
this
.
tipMsg
=
'是否花费'
+
this
.
acceptWxPayment
+
'金币,接受对方请求'
;
this
.
tipMsg
=
'是否花费'
+
this
.
acceptWxPayment
+
'金币,接受对方请求'
;
this
.
$refs
.
elmShowApply
.
showDialog
();
this
.
$refs
.
elmShowApply
.
showDialog
();
},
},
refuse
(){
this
.
isRefuseConfirm
=
true
this
.
tipMsg
=
'是否确认拒绝对方请求'
;
this
.
$refs
.
elmRefuse
.
showDialog
();
},
getWxTask
(){
getWxTask
(){
const
form
=
{
const
form
=
{
targetId
:
this
.
targetId
,
targetId
:
this
.
targetId
,
...
...
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