feat: 锁定账户修改,标价修改
This commit is contained in:
@@ -152,7 +152,7 @@ export default {
|
||||
key: "cur"
|
||||
},
|
||||
{
|
||||
name: "锁定次数",
|
||||
name: "锁定账户",
|
||||
key: "lockAmount"
|
||||
},
|
||||
|
||||
@@ -218,7 +218,7 @@ export default {
|
||||
key: "cur"
|
||||
},
|
||||
{
|
||||
name: "锁定次数",
|
||||
name: "锁定账户",
|
||||
key: "lockAmount"
|
||||
},
|
||||
|
||||
@@ -346,7 +346,7 @@ export default {
|
||||
if (item.key === "cur") {
|
||||
id = this.curId;
|
||||
}
|
||||
if (item.key === "lock") {
|
||||
if (item.key === "lockAmount") {
|
||||
id = this.lockId;
|
||||
}
|
||||
if (item.key === "pre") {
|
||||
@@ -400,7 +400,7 @@ export default {
|
||||
if (selInfo === "cur") {
|
||||
id = this.curId;
|
||||
}
|
||||
if (selInfo === "lock") {
|
||||
if (selInfo === "lockAmount") {
|
||||
id = this.lockId;
|
||||
}
|
||||
this.form.id = id;
|
||||
|
||||
@@ -6,9 +6,9 @@
|
||||
<view class="bottom-shop-view">
|
||||
<text class="text-28 text-zu text-overflow1">{{obj.title}}</text>
|
||||
<text class="text-28" style="color:#FF4242">
|
||||
¥{{obj.adPrice}}
|
||||
¥{{obj.price}}
|
||||
<text class="text-24 text-fu text-d" style="margin-left:12rpx">
|
||||
¥{{obj.price}}
|
||||
¥{{obj.adPrice}}
|
||||
</text>
|
||||
</text>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user