英文替换
Showing
14 changed files
with
186 additions
and
117 deletions
This diff is collapsed.
Click to expand it.
-
Please register or sign in to post a comment
... | ... | @@ -74,6 +74,11 @@ export default { |
path: "/custom/product" | ||
}) | ||
} | ||
if(val == 4){ | ||
this.$router.push({ | ||
path: "/news/list" | ||
}) | ||
} | ||
}, | ||
... | ... |
<template> | ||
<div class="content"> | ||
<div v-if="$i18n.locale != 'tc'"> | ||
<div v-if="$i18n.locale == 'tc'"> | ||
<div class="top-space"></div> | ||
<h2 class="tit">使用條款</h2> | ||
<div class="box desc"> | ||
... | ... |