|
@@ -13,7 +13,7 @@
|
|
<view class="bei-body-box">
|
|
<view class="bei-body-box">
|
|
<!-- 提示 -->
|
|
<!-- 提示 -->
|
|
<!-- <view class="pin-tip">提示:请点击页面下方键盘,输入正确字母。</view> -->
|
|
<!-- <view class="pin-tip">提示:请点击页面下方键盘,输入正确字母。</view> -->
|
|
-
|
|
|
|
|
|
+
|
|
<!-- 解释区 需要分成多行 大哥看这里-->
|
|
<!-- 解释区 需要分成多行 大哥看这里-->
|
|
<view class="pin-words-explain-box">
|
|
<view class="pin-words-explain-box">
|
|
<view class="words-explain-item">{{activeWord.jianyi.join(';')}}</view>
|
|
<view class="words-explain-item">{{activeWord.jianyi.join(';')}}</view>
|
|
@@ -36,7 +36,7 @@
|
|
<btnTxtVue @text-select="handleSelect('g')">g</btnTxtVue>
|
|
<btnTxtVue @text-select="handleSelect('g')">g</btnTxtVue>
|
|
<btnTxtVue @text-select="handleSelect('h')">h</btnTxtVue>
|
|
<btnTxtVue @text-select="handleSelect('h')">h</btnTxtVue>
|
|
<btnTxtVue @text-select="handleSelect('i')">i</btnTxtVue>
|
|
<btnTxtVue @text-select="handleSelect('i')">i</btnTxtVue>
|
|
-
|
|
|
|
|
|
+
|
|
</view>
|
|
</view>
|
|
<view class="keyboard-row">
|
|
<view class="keyboard-row">
|
|
<btnTxtVue @text-select="handleSelect('j')">j</btnTxtVue>
|
|
<btnTxtVue @text-select="handleSelect('j')">j</btnTxtVue>
|
|
@@ -122,7 +122,7 @@
|
|
}
|
|
}
|
|
|
|
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
function handleSelect(word) {
|
|
function handleSelect(word) {
|
|
console.log('xxxx',word)
|
|
console.log('xxxx',word)
|
|
data.answer+=word;
|
|
data.answer+=word;
|