From 2af5f043b60c1f7ac38ecccc8f5bf44743134325 Mon Sep 17 00:00:00 2001
From: cuiqian2004 <cuiqian2004@163.com>
Date: 星期五, 12 十二月 2025 18:08:00 +0800
Subject: [PATCH] test
---
pages/my/instruction.vue | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/pages/my/instruction.vue b/pages/my/instruction.vue
index a5be107..48833bd 100644
--- a/pages/my/instruction.vue
+++ b/pages/my/instruction.vue
@@ -1,7 +1,7 @@
<template>
<view class="pages-my-instruction">
<view class="content">
- <view class="title">瑙嗛璇存槑</view>
+ <view class="title">{{translate('video_instruction')}}</view>
<view class="vidio">
<video></video>
@@ -60,7 +60,10 @@
clickViewInstruction() {
},
-
+ translate(t) {
+ if (typeof this.$t == "function") return this.$t(`page.${t}`)
+ else return t;
+ },
}
}
--
Gitblit v1.9.1