Commit ce22940d authored by zhengke's avatar zhengke

修改

parent f5f6467f
...@@ -20,9 +20,9 @@ ...@@ -20,9 +20,9 @@
<audio style="text-align: left" <audio style="text-align: left"
poster="https://bjetxgzv.cdn.bspapp.com/VKCEYUGU-uni-app-doc/7fbf26a0-4f4a-11eb-b680-7980c8a877b8.png" poster="https://bjetxgzv.cdn.bspapp.com/VKCEYUGU-uni-app-doc/7fbf26a0-4f4a-11eb-b680-7980c8a877b8.png"
:src="item1.Src" name="日语听力" :action="audioAction" controls></audio> :src="item1.Src" name="日语听力" :action="audioAction" controls></audio>
<view class="item1" :style="{height: `calc(100vh - 540rpx - ${statusBarHeight}px)`}"> <view class="item1" :style="{height: `calc(100vh - 580rpx - ${statusBarHeight}px)`}">
<view class="flex flex_start_center"> <view class="flex flex_start_center">
<!-- <view <view
class="audioBox flex flex_center_center" class="audioBox flex flex_center_center"
@click="audioManage(item1.Src)" @click="audioManage(item1.Src)"
> >
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
ref="listenCountdown" ref="listenCountdown"
format="mm:ss" format="mm:ss"
/> />
</view> --> </view>
</view> </view>
<view class="questionView"> <view class="questionView">
<view v-for="(item2, index2) in item1.QuestionContentObj" :key="index2" class="item2"> <view v-for="(item2, index2) in item1.QuestionContentObj" :key="index2" class="item2">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment