Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
linshenxs-shop
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
陈超
linshenxs-shop
Commits
a8fb0424
Commit
a8fb0424
authored
Aug 10, 2022
by
10_noah@other.ren
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
总后台/商家后台:A币统一改为海盗币,B币统一改为巨雾币。目前已知:订单管理、订单详情
parent
0519d9c2
Hide whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
41 additions
and
41 deletions
+41
-41
src/const/crud/admin/tsktaskapply.js
+2
-2
src/const/crud/admin/tsktaskinfo.js
+2
-2
src/const/crud/mall/mallorder.js
+1
-1
src/const/crud/userMgt/baseuser.js
+2
-2
src/views/admin/tsktaskapply/index.vue
+5
-5
src/views/businessGoods/goodsEdit/goods_edit.vue
+1
-1
src/views/businessGoods/update.vue
+4
-4
src/views/businessOrder/components/cancelOrder.vue
+1
-1
src/views/businessOrder/details.vue
+3
-3
src/views/systemSet/addSet/index.vue
+3
-3
src/views/systemSet/vipSet/index.vue
+1
-1
src/views/systemSet/withdrawSet/index.vue
+1
-1
src/views/userMgt/components/UserDetails.vue
+2
-2
src/views/userMgt/components/UserDetailsPopup.vue
+2
-2
src/views/userMgt/components/UserEditPopup.vue
+8
-8
src/views/userMgt/index.vue
+3
-3
No files found.
src/const/crud/admin/tsktaskapply.js
View file @
a8fb0424
...
...
@@ -92,7 +92,7 @@ export const tableOption ={
},
{
"type"
:
"input"
,
"label"
:
"支付
A
币"
,
"label"
:
"支付
海盗
币"
,
"prop"
:
"payACurrency"
,
"span"
:
12
,
"viewDisplay"
:
false
,
...
...
@@ -208,7 +208,7 @@ export const tableOption ={
},
{
"type"
:
"input"
,
"label"
:
"支付
A
币"
,
"label"
:
"支付
海盗
币"
,
"labelWidth"
:
120
,
"prop"
:
"payACurrency"
,
"formslot"
:
true
,
...
...
src/const/crud/admin/tsktaskinfo.js
View file @
a8fb0424
...
...
@@ -99,7 +99,7 @@ export const tableOption = {
},
{
"type"
:
"input"
,
"label"
:
"支付
A
币"
,
"label"
:
"支付
海盗
币"
,
"prop"
:
"payACurrency"
,
"span"
:
12
,
"viewDisplay"
:
false
,
...
...
@@ -107,7 +107,7 @@ export const tableOption = {
},
{
"type"
:
"input"
,
"label"
:
"支出
B
币"
,
"label"
:
"支出
巨雾
币"
,
"prop"
:
"expendBCurrency"
,
"span"
:
12
},
...
...
src/const/crud/mall/mallorder.js
View file @
a8fb0424
...
...
@@ -58,7 +58,7 @@ export const tableOption = {
},
{
"type"
:
"input"
,
"label"
:
"
A
币支付金额"
,
"label"
:
"
海盗
币支付金额"
,
"prop"
:
"payAb"
,
"span"
:
12
},
...
...
src/const/crud/userMgt/baseuser.js
View file @
a8fb0424
...
...
@@ -55,13 +55,13 @@ export const tableOption = {
},
{
"type"
:
"input"
,
"label"
:
"
A
币"
,
"label"
:
"
海盗
币"
,
"prop"
:
"a"
,
"slot"
:
true
},
{
"type"
:
"input"
,
"label"
:
"
B
币"
,
"label"
:
"
巨雾
币"
,
"prop"
:
"b"
,
"slot"
:
true
},
...
...
src/views/admin/tsktaskapply/index.vue
View file @
a8fb0424
...
...
@@ -91,12 +91,12 @@
<
template
slot-scope=
"{type,row,size,index}"
slot=
"payACurrencyForm"
>
<el-row
v-if=
"row['applyStatus']==0"
>
<el-col
:span=
"8"
>
<avue-input
v-model=
"row['payACurrency']"
placeholder=
"请输入支付
A
币"
></avue-input>
<avue-input
v-model=
"row['payACurrency']"
placeholder=
"请输入支付
海盗
币"
></avue-input>
</el-col>
<el-col
:span=
"16"
>
<el-row>
<el-col
:span=
"8"
>
<span>
A
币
</span>
<span>
海盗
币
</span>
</el-col>
<el-col
:span=
"8"
>
</el-col>
...
...
@@ -104,7 +104,7 @@
</el-col>
</el-row>
<div
v-if=
"row['applyStatus']!=0"
>
{{
row
[
'payACurrency'
]
}}
A
币
{{
row
[
'payACurrency'
]
}}
海盗
币
</div>
</
template
>
...
...
@@ -239,10 +239,10 @@ import {searchTimeFormatter} from "@/util/common";
row
[
'giftNum'
]
=
row
[
'peopleNum'
];
row
[
'speakNum'
]
=
row
[
'peopleNum'
];
},
//初始化支付
A
币
//初始化支付
海盗
币
// initPayACurrencyForm(row){
// // if(row['applyStatus']!=0){
// row['payACurrency']=row['payACurrency']+"
A
币"
// row['payACurrency']=row['payACurrency']+"
海盗
币"
// // }
// },
isTemplateShow
(
item
){
...
...
src/views/businessGoods/goodsEdit/goods_edit.vue
View file @
a8fb0424
...
...
@@ -210,7 +210,7 @@
payWithA
:
[{
required
:
true
,
trigger
:
"blur"
,
message
:
"需选择是否
A
币支付"
message
:
"需选择是否
海盗
币支付"
}],
needVideo
:
[{
required
:
true
,
...
...
src/views/businessGoods/update.vue
View file @
a8fb0424
...
...
@@ -109,10 +109,10 @@
<el-radio v-model="form.isVerified" label="2">否</el-radio>
<span>实名认证 通过才能购买此商品</span>
</el-form-item>
<el-form-item required label="
A
币支付 :" prop="isAPay" label-width="100px">
<el-form-item required label="
海盗
币支付 :" prop="isAPay" label-width="100px">
<el-radio v-model="form.isAPay" label="1">是</el-radio>
<el-radio v-model="form.isAPay" label="2">否</el-radio>
<span>可以使用
A
币支付</span>
<span>可以使用
海盗
币支付</span>
</el-form-item>
<el-form-item required label="上传视频 :" prop="isUploadVideo" label-width="100px" >
<el-radio v-model="form.isUploadVideo" label="1">是</el-radio>
...
...
@@ -139,7 +139,7 @@
<el-button size="medium" type="primary" :loading="loading" @click="onSubmit" >提交</el-button>
</el-row>
</div>
-->
-->
</el-form>
</basic-container>
</div>
...
...
@@ -191,7 +191,7 @@
classifyId
:
1
,
// 商品分类 直播商品
virtualSales
:
520
,
// 虚拟销售量
isVerified
:
0
,
// 实名认证
isAPay
:
0
,
//
A
币支付
isAPay
:
0
,
//
海盗
币支付
isUploadVideo
:
0
,
// 上传视频
isElectronicContract
:
0
,
// 电子合同
isLogistics
:
0
,
// 是否发货
...
...
src/views/businessOrder/components/cancelOrder.vue
View file @
a8fb0424
...
...
@@ -86,7 +86,7 @@
refundMoney
:
'200.00'
,
goodsMoney
:
'350.00'
,
mark
:
'备注消息'
,
pay_money
:
'100
A
币'
,
pay_money
:
'100
海盗
币'
,
}
}
}
...
...
src/views/businessOrder/details.vue
View file @
a8fb0424
...
...
@@ -87,7 +87,7 @@
<!-- scope.row.goodsType -->
<el-image
style=
"width: 36px; height: 36px"
fit=
"cover"
:src=
"scope.row.goodsListImage"
/>
</
template
>
</el-table-column>
<el-table-column
prop=
"goodsListName"
label=
"商品名称"
></el-table-column>
<el-table-column
prop=
"goodsListSpec"
label=
"商品规格"
></el-table-column>
...
...
@@ -149,11 +149,11 @@
</el-form-item>
<el-form-item
label=
"退还金额 :"
prop=
""
label-width=
"200px"
>
<span
v-if=
"info.payTypeName==='现金支付'"
>
{{info.refundMoney+'元'||''}}
</span>
<span
v-if=
"info.payTypeName==='
A币支付'"
>
{{info.refundMoney+'A
币'||''}}
</span>
<span
v-if=
"info.payTypeName==='
海盗币支付'"
>
{{info.refundMoney+'海盗
币'||''}}
</span>
</el-form-item>
<el-form-item
label=
"支付金额 :"
prop=
""
label-width=
"200px"
>
<span
v-if=
"info.payTypeName==='现金支付'"
>
{{info.payMoney+'元'||''}}
</span>
<span
v-if=
"info.payTypeName==='
A币支付'"
>
{{info.payMoney+'A
币'||''}}
</span>
<span
v-if=
"info.payTypeName==='
海盗币支付'"
>
{{info.payMoney+'海盗
币'||''}}
</span>
</el-form-item>
<el-form-item
label=
"商家金额 :"
prop=
""
label-width=
"200px"
>
<span>
{{info.goodsMoney+'元'||''}}
</span>
...
...
src/views/systemSet/addSet/index.vue
View file @
a8fb0424
...
...
@@ -14,7 +14,7 @@
<el-form-item
style=
"margin: 0;margin-left: 10px;margin-right: 10px;"
>
<el-input
v-model=
"form.oneYuanReward"
:min=
"1"
:max=
"99999"
type=
"number"
autocomplete=
"off"
></el-input>
</el-form-item>
<span>
个
A
币,自定义充值时,充值金额范围为
</span>
<span>
个
海盗
币,自定义充值时,充值金额范围为
</span>
<el-form-item
style=
"margin: 0;margin-left: 10px;margin-right: 10px;"
>
<el-input
v-model=
"form.lower"
:min=
"0"
:max=
"99999"
type=
"number"
autocomplete=
"off"
></el-input>
</el-form-item>
...
...
@@ -30,7 +30,7 @@
<el-form-item
style=
"margin: 0;margin-left: 10px;margin-right: 10px;"
>
<el-input
v-model=
"pkg.amount"
:min=
"1"
:max=
"99999"
type=
"number"
autocomplete=
"off"
></el-input>
</el-form-item>
<span>
个
A
币需要支付
</span>
<span>
个
海盗
币需要支付
</span>
<el-form-item
style=
"margin: 0;margin-left: 10px;margin-right: 10px;"
>
<el-input
v-model=
"pkg.price"
:min=
"1"
:max=
"99999"
type=
"number"
autocomplete=
"off"
></el-input>
</el-form-item>
...
...
@@ -104,7 +104,7 @@
submitForm
()
{
let
oneYuanReward
=
this
.
form
.
oneYuanReward
if
(
oneYuanReward
==
undefined
||
oneYuanReward
==
''
)
{
this
.
warn
(
"请填写1元可购买
A
币个数"
)
this
.
warn
(
"请填写1元可购买
海盗
币个数"
)
return
}
let
lower
=
this
.
form
.
lower
...
...
src/views/systemSet/vipSet/index.vue
View file @
a8fb0424
...
...
@@ -56,7 +56,7 @@
<el-form-item
style=
"margin: 0;margin-left: 10px;margin-right: 10px;"
>
<el-input
v-model=
"form.bannerFee"
autocomplete=
"off"
></el-input>
</el-form-item>
<span>
A
币/天
</span>
<span>
海盗
币/天
</span>
</div>
</el-form>
...
...
src/views/systemSet/withdrawSet/index.vue
View file @
a8fb0424
...
...
@@ -45,7 +45,7 @@
<span>
%的手续费
</span>
</div>
<div
class=
"layout_h_v_c"
style=
"margin-top: 16px;"
>
<span>
1
B
币可提现
</span>
<span>
1
巨雾
币可提现
</span>
<el-form-item
style=
"margin: 0;margin-right: 10px;margin-left: 10px;"
>
<el-input-number
v-model=
"form.rate"
:min=
"0"
:max=
"100"
autocomplete=
"off"
:precision=
"2"
:step=
"1"
></el-input-number>
</el-form-item>
...
...
src/views/userMgt/components/UserDetails.vue
View file @
a8fb0424
...
...
@@ -38,11 +38,11 @@
<div>
{{
info
.
invite
}}
</div>
</div>
<div
class=
"zm_info_row"
>
<div
class=
"zm_label"
>
A
币
</div>
<div
class=
"zm_label"
>
海盗
币
</div>
<div>
{{
info
.
a
}}
</div>
</div>
<div
class=
"zm_info_row"
>
<div
class=
"zm_label"
>
B
币
</div>
<div
class=
"zm_label"
>
巨雾
币
</div>
<div>
{{
info
.
b
}}
</div>
</div>
<div
class=
"zm_info_row"
>
...
...
src/views/userMgt/components/UserDetailsPopup.vue
View file @
a8fb0424
...
...
@@ -94,9 +94,9 @@
computed
:
{
topTitle
()
{
if
(
this
.
type
==
'AList'
)
{
return
'
A
币明细'
return
'
海盗
币明细'
}
else
if
(
this
.
type
==
'BList'
)
{
return
'
B
币明细'
return
'
巨雾
币明细'
}
else
if
(
this
.
type
==
'ValueList'
)
{
return
'财富值明细'
}
else
if
(
this
.
type
==
'GrowthList'
)
{
...
...
src/views/userMgt/components/UserEditPopup.vue
View file @
a8fb0424
...
...
@@ -82,10 +82,10 @@
</div>
</el-form>
<!-- 修改
A
币 -->
<!-- 修改
海盗
币 -->
<el-form
v-if=
"type == 'A'"
:model=
"aForm"
:rules=
"aRules"
label-width=
"80px"
>
<div
class=
"layout_v"
style=
"margin-bottom: 16px;"
>
<span
class=
"self_center"
>
当前
A
币:
{{
obj
?
obj
.
a
:
0
}}
</span>
<span
class=
"self_center"
>
当前
海盗
币:
{{
obj
?
obj
.
a
:
0
}}
</span>
</div>
<el-form-item
label=
"修改方式"
prop=
"isAdd"
>
<el-select
v-model=
"aForm.isAdd"
placeholder=
"请修改方式"
>
...
...
@@ -98,14 +98,14 @@
</el-input>
</el-form-item>
<div
class=
"layout_v"
style=
"margin-top: 16px;"
>
<span
class=
"self_center"
>
修改后
A
币:
{{
afterValue
}}
</span>
<span
class=
"self_center"
>
修改后
海盗
币:
{{
afterValue
}}
</span>
</div>
</el-form>
<!-- 修改
B
币 -->
<!-- 修改
巨雾
币 -->
<el-form
v-if=
"type == 'B'"
:model=
"bForm"
:rules=
"bRules"
label-width=
"80px"
>
<div
class=
"layout_v"
style=
"margin-bottom: 16px;"
>
<span
class=
"self_center"
>
当前
B
币:
{{
obj
?
obj
.
b
:
0
}}
</span>
<span
class=
"self_center"
>
当前
巨雾
币:
{{
obj
?
obj
.
b
:
0
}}
</span>
</div>
<el-form-item
label=
"修改方式"
prop=
"isAdd"
>
<el-select
v-model=
"bForm.isAdd"
placeholder=
"请修改方式"
>
...
...
@@ -118,7 +118,7 @@
</el-input>
</el-form-item>
<div
class=
"layout_v"
style=
"margin-top: 16px;"
>
<span
class=
"self_center"
>
修改后
B
币:
{{
afterValue
}}
</span>
<span
class=
"self_center"
>
修改后
巨雾
币:
{{
afterValue
}}
</span>
</div>
</el-form>
...
...
@@ -318,9 +318,9 @@
}
else
if
(
this
.
type
==
'Invitor'
)
{
return
'修改邀请用户'
}
else
if
(
this
.
type
==
'A'
)
{
return
"修改
A
币"
return
"修改
海盗
币"
}
else
if
(
this
.
type
==
'B'
)
{
return
"修改
B
币"
return
"修改
巨雾
币"
}
else
if
(
this
.
type
==
'Permission'
)
{
return
"用户权限"
}
else
if
(
this
.
type
==
'Block'
)
{
...
...
src/views/userMgt/index.vue
View file @
a8fb0424
...
...
@@ -90,12 +90,12 @@
v-if=
"isPermit('admin_user_mgt_change_a')"
type=
"primary"
size=
"small"
@
click=
"onChange('A')"
>
修改
A
币
</el-button>
@
click=
"onChange('A')"
>
修改
海盗
币
</el-button>
<el-button
v-if=
"isPermit('admin_user_mgt_change_b')"
type=
"primary"
size=
"small"
@
click=
"onChange('B')"
>
修改
B
币
</el-button>
@
click=
"onChange('B')"
>
修改
巨雾
币
</el-button>
<el-button
v-if=
"isPermit('admin_user_mgt_change_permission')"
type=
"primary"
...
...
@@ -119,7 +119,7 @@
<!-- 修改各种值的弹窗 -->
<user-edit-pop
:show=
"showEdit"
:obj=
"row"
:type=
"editType"
@
close=
"showEdit = false"
@
success=
"onChangeDone"
/>
<!--
A币,B
币,财富值,成长值的流水列表 -->
<!--
海盗币,巨雾
币,财富值,成长值的流水列表 -->
<user-detail-pop
:show=
"showList"
:obj=
"row"
:type=
"listType"
@
close=
"showList = false"
/>
</div>
...
...
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