Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
group-buy-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
ui
group-buy-ui
Commits
271255cc
Commit
271255cc
authored
Sep 30, 2021
by
Xuguangxing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
525f56cd
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
16 additions
and
1 deletion
+16
-1
groupShare.vue
src/components/groupShare.vue
+2
-0
rules.vue
src/components/rules.vue
+2
-0
goodsCheck.mixin.js
src/mixins/goodsCheck.mixin.js
+2
-0
addressManage.vue
src/views/address/addressManage.vue
+1
-0
index.vue
src/views/goodsDetail/index.vue
+4
-1
goodsCard.vue
src/views/goodsList/components/goodsCard.vue
+1
-0
createOrder.vue
src/views/order/createOrder.vue
+1
-0
List.vue
src/views/orderList/components/List.vue
+1
-0
STATIC_DATA.js
src/views/pay/STATIC_DATA.js
+1
-0
index.vue
src/views/pay/index.vue
+1
-0
No files found.
src/components/groupShare.vue
View file @
271255cc
...
...
@@ -223,6 +223,7 @@ export default {
message
:
'
请点击小程序右上角更多进行分享~
'
,
showCancelButton
:
false
,
confirmButtonText
:
'
我知道了哦~
'
,
closeOnClickOverlay
:
!
isApp
&&
!
isWxMp
?
false
:
true
,
onConfirm
:
()
=>
{}
});
},
...
...
@@ -248,6 +249,7 @@ export default {
tipDialogMessage
()
{
this
.
$dialog
({
message
:
'
请在App或小程序中进行分享~
'
,
closeOnClickOverlay
:
!
isApp
&&
!
isWxMp
?
false
:
true
,
title
:
''
,
showCancelButton
:
false
,
confirmButtonText
:
'
我知道了
'
...
...
src/components/rules.vue
View file @
271255cc
...
...
@@ -31,6 +31,7 @@
}
</
style
>
<
script
>
import
{
isApp
,
isWxMp
}
from
'
@/service/validation.service
'
;
export
default
{
props
:
{
groupInfo
:
{
...
...
@@ -44,6 +45,7 @@ export default {
showRules
()
{
this
.
$dialog
({
messageAlign
:
'
left
'
,
closeOnClickOverlay
:
!
isApp
&&
!
isWxMp
?
false
:
true
,
message
:
this
.
groupInfo
.
groupBuyDesc
||
''
,
title
:
'
拼团须知
'
,
showCancelButton
:
false
,
...
...
src/mixins/goodsCheck.mixin.js
View file @
271255cc
...
...
@@ -39,6 +39,7 @@ export default {
this
.
$dialog
({
message
:
'
参与拼团活动需要您先进行登录哦~
'
,
title
:
''
,
closeOnClickOverlay
:
true
,
showCancelButton
:
false
,
confirmButtonText
:
'
登录
'
,
onConfirm
:
()
=>
{
...
...
@@ -51,6 +52,7 @@ export default {
this
.
$dialog
({
message
:
'
请在App或小程序中参与活动~
'
,
title
:
''
,
closeOnClickOverlay
:
true
,
showCancelButton
:
false
,
confirmButtonText
:
'
我知道了
'
});
...
...
src/views/address/addressManage.vue
View file @
271255cc
...
...
@@ -171,6 +171,7 @@ export default {
const
_this
=
this
;
this
.
$dialog
({
title
:
''
,
closeOnClickOverlay
:
true
,
message
:
'
确认删除该地址?
'
,
onConfirm
:
function
()
{
_this
.
deleteAddr
();
...
...
src/views/goodsDetail/index.vue
View file @
271255cc
...
...
@@ -206,6 +206,7 @@ import localStorage from '@/service/localStorage.service';
import
goodsCheckMixin
from
'
@/mixins/goodsCheck.mixin
'
;
import
{
EventBus
}
from
'
@/service/utils.service
'
;
import
{
saTrackEvent
}
from
'
@/service/sa.service
'
;
import
{
isApp
,
isWxMp
}
from
'
@/service/validation.service
'
;
export
default
{
// eslint-disable-next-line vue/name-property-casing
name
:
'
goodDetail
'
,
...
...
@@ -346,7 +347,8 @@ export default {
message
:
checkStatus
.
failedReason
||
''
,
cancelButtonText
:
'
知道了
'
,
showConfirmButton
:
false
,
cancelButtonColor
:
'
#ec1500
'
cancelButtonColor
:
'
#ec1500
'
,
closeOnClickOverlay
:
!
isApp
&&
!
isWxMp
?
false
:
true
// confirmButtonText: '返回活动',
// onConfirm: () => {
// this.$router.replace({
...
...
@@ -438,6 +440,7 @@ export default {
this
.
$dialog
({
message
:
'
哎呀,活动太火爆,该商品已经卖光,换一个商品试试吧!
'
,
title
:
''
,
closeOnClickOverlay
:
!
isApp
&&
!
isWxMp
?
false
:
true
,
showCancelButton
:
false
,
confirmButtonText
:
'
查看其他商品
'
,
onConfirm
:
()
=>
{
...
...
src/views/goodsList/components/goodsCard.vue
View file @
271255cc
...
...
@@ -133,6 +133,7 @@ export default {
this
.
$dialog
({
message
,
closeOnClickOverlay
:
true
,
showCancelButton
:
true
,
confirmButtonText
,
onConfirm
:
()
=>
{
...
...
src/views/order/createOrder.vue
View file @
271255cc
...
...
@@ -170,6 +170,7 @@ export default {
async
handleBuy
()
{
if
(
!
this
.
orderInfo
.
addrReceiverInfo
?.
addrReceiverId
)
{
this
.
$dialog
({
closeOnClickOverlay
:
true
,
message
:
'
你还没有选择收货地址哦!
'
,
showCancelButton
:
false
,
confirmButtonText
:
'
去添加
'
,
...
...
src/views/orderList/components/List.vue
View file @
271255cc
...
...
@@ -191,6 +191,7 @@ export default {
}
else
{
// todo 处理纯h5情况
this
.
$dialog
({
closeOnClickOverlay
:
!
isApp
&&
!
isWxMp
?
false
:
true
,
message
:
'
请在App或小程序中参与活动~
'
,
title
:
''
,
showCancelButton
:
false
,
...
...
src/views/pay/STATIC_DATA.js
View file @
271255cc
...
...
@@ -119,6 +119,7 @@ function havePayingOrder() {
this
.
$dialog
({
message
:
'
您的享花卡额度被其他订单占用,暂时不可使用享花卡支付哦!
'
,
confirmButtonText
:
'
重新选择
'
,
closeOnClickOverlay
:
true
,
showCancelButton
:
false
,
confirmButtonColor
:
'
#EC1500
'
});
...
...
src/views/pay/index.vue
View file @
271255cc
...
...
@@ -448,6 +448,7 @@ export default {
}
if
(
this
.
payType
===
CREDIT_PAY
&&
this
.
canUseAmount
<
0
)
{
this
.
$dialog
({
closeOnClickOverlay
:
true
,
message
:
'
您的消费额度不足,请更换支付方式!
'
,
confirmButtonText
:
'
知道了
'
,
showCancelButton
:
false
,
...
...
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