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
7cb7f22a
Commit
7cb7f22a
authored
Sep 24, 2021
by
Xuguangxing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 更改api地址
parent
c785053c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
6 deletions
+9
-6
sharePic.vue
src/components/sharePic.vue
+8
-4
goodsCheck.mixin.js
src/mixins/goodsCheck.mixin.js
+1
-1
payResult.vue
src/views/pay/payResult.vue
+0
-1
No files found.
src/components/sharePic.vue
View file @
7cb7f22a
...
@@ -30,7 +30,9 @@
...
@@ -30,7 +30,9 @@
<div
class=
"item more"
/>
<div
class=
"item more"
/>
</div>
</div>
<div
class=
"groupProcess"
>
<div
class=
"groupProcess"
>
<div
class=
"desc"
>
还差
<span>
2人
</span>
成团,参团截止时间5月3日
</div>
<div
class=
"desc"
>
还差
<span>
{{
sharePicData
.
needGuys
}}
人
</span>
成团,参团截止时间5月3日
</div>
</div>
</div>
</div>
</div>
<div
class=
"skuImg"
>
<div
class=
"skuImg"
>
...
@@ -39,11 +41,13 @@
...
@@ -39,11 +41,13 @@
<div
class=
"skuInfo"
>
<div
class=
"skuInfo"
>
<div
class=
"skuPrice"
>
<div
class=
"skuPrice"
>
<span
class=
"groupPriceContainer"
>
拼团价 ¥
</span>
<span
class=
"groupPriceContainer"
>
拼团价 ¥
</span>
<span
class=
"groupPrice"
>
0
</span>
<span
class=
"groupPrice"
>
¥
{{
sharePicData
.
activityPrice
}}
</span>
<span
class=
"salePrice"
>
¥
3899
</span>
<span
class=
"salePrice"
>
¥
{{
sharePicData
.
salePrice
}}
</span>
</div>
</div>
<div
class=
"skuSuccess"
>
<div
class=
"skuSuccess"
>
<p>
已有
<span>
6999人
</span></p>
<p>
已有
<span>
{{
sharePicData
.
groupBuySuccessGuys
}}
人
</span>
</p>
<p>
拼团成功
</p>
<p>
拼团成功
</p>
</div>
</div>
</div>
</div>
...
...
src/mixins/goodsCheck.mixin.js
View file @
7cb7f22a
...
@@ -16,7 +16,7 @@ export default {
...
@@ -16,7 +16,7 @@ export default {
if
(
json
.
event
===
'
getTokenSuccess
'
)
{
if
(
json
.
event
===
'
getTokenSuccess
'
)
{
const
appData
=
json
.
data
||
{};
const
appData
=
json
.
data
||
{};
if
(
appData
&&
appData
.
token
)
{
if
(
appData
&&
appData
.
token
)
{
localStorage
.
g
et
(
'
vccToken
'
,
appData
.
token
);
localStorage
.
s
et
(
'
vccToken
'
,
appData
.
token
);
that
.
$nextTick
(()
=>
{
that
.
$nextTick
(()
=>
{
window
.
location
.
reload
();
window
.
location
.
reload
();
});
});
...
...
src/views/pay/payResult.vue
View file @
7cb7f22a
...
@@ -128,7 +128,6 @@ export default {
...
@@ -128,7 +128,6 @@ export default {
},
},
methods
:
{
methods
:
{
outputPicUrl
(
res
)
{
outputPicUrl
(
res
)
{
console
.
log
(
res
);
this
.
picUrl
=
res
;
this
.
picUrl
=
res
;
this
.
$store
.
dispatch
(
'
goods_share_open
'
);
this
.
$store
.
dispatch
(
'
goods_share_open
'
);
console
.
log
(
this
.
picUrl
);
console
.
log
(
this
.
picUrl
);
...
...
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