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; }, } }