diff --git a/src/api/index.ts b/src/api/index.ts index 400ea7d..bde7e35 100644 --- a/src/api/index.ts +++ b/src/api/index.ts @@ -204,6 +204,7 @@ export async function setvideo(data?: any) { const res=await put('video/'+data.id,data) if(res.code==0){ message.success(res.msg) + router.push("/regime/video") }else{ message.error(res.msg) } @@ -943,8 +944,15 @@ export async function liveinfo(id: number): Promise{ } export async function setlive(data: any){ + data.status = 0; const info = await put("live/" + data.id, data) console.log(info.data) + if(info.code==0){ + message.success(info.msg) + router.push("/regime/live") + }else{ + message.error(info.msg) + } } diff --git a/src/components/LiveCount.vue b/src/components/LiveCount.vue index ec7808c..03cab6d 100644 --- a/src/components/LiveCount.vue +++ b/src/components/LiveCount.vue @@ -9,7 +9,7 @@
-
{{ i.name }} {{zid}}
+
{{ i.name }}
{{ i.interest }}
diff --git a/src/components/LivePlay.vue b/src/components/LivePlay.vue index ec4a437..dbf3e04 100644 --- a/src/components/LivePlay.vue +++ b/src/components/LivePlay.vue @@ -21,10 +21,10 @@
-
+
{{lan.$t('bianjixinxi')}}
-
+
{{lan.$t('kaishizhibo')}}
diff --git a/src/views/mine/Transaction.vue b/src/views/mine/Transaction.vue index 56388f2..f4d1af8 100644 --- a/src/views/mine/Transaction.vue +++ b/src/views/mine/Transaction.vue @@ -20,7 +20,7 @@ - {{i.typename}} {{i.account}} + {{i.typename}}    {{i.account}} {{i.created_at}} {{i.statusname}} @@ -34,8 +34,11 @@ +
- +
diff --git a/src/views/mine/Transactiondetail.vue b/src/views/mine/Transactiondetail.vue index 203ddf6..dca1ce2 100644 --- a/src/views/mine/Transactiondetail.vue +++ b/src/views/mine/Transactiondetail.vue @@ -83,7 +83,7 @@
{{lan.$t('shoukuanzhanghu')}}
-
{{accountinfo.typename}}
+
{{accountinfo.typename}}    {{i.account}}
diff --git a/src/views/mine/Wallet.vue b/src/views/mine/Wallet.vue index cab1881..585491c 100644 --- a/src/views/mine/Wallet.vue +++ b/src/views/mine/Wallet.vue @@ -193,9 +193,12 @@ +
- +
diff --git a/src/views/regime/Live.vue b/src/views/regime/Live.vue index b6fa445..694142b 100644 --- a/src/views/regime/Live.vue +++ b/src/views/regime/Live.vue @@ -63,8 +63,11 @@ :zid="i.liveid" > +
- +
diff --git a/src/views/regime/SignupStu.vue b/src/views/regime/SignupStu.vue index e0ca98b..09f06f5 100644 --- a/src/views/regime/SignupStu.vue +++ b/src/views/regime/SignupStu.vue @@ -49,7 +49,9 @@ - +