.
This commit is contained in:
@@ -12,8 +12,8 @@
|
|||||||
"src" : "图片路径"
|
"src" : "图片路径"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"versionName" : "1.2.10",
|
"versionName" : "1.2.11",
|
||||||
"versionCode" : 1210,
|
"versionCode" : 1211,
|
||||||
"app-plus" : {
|
"app-plus" : {
|
||||||
"compatible" : {
|
"compatible" : {
|
||||||
"ignoreVersion" : true
|
"ignoreVersion" : true
|
||||||
@@ -113,7 +113,8 @@
|
|||||||
"entitlements" : {
|
"entitlements" : {
|
||||||
"com.apple.developer.associated-domains" : [ "applinks:verification.nuttyreading.com" ]
|
"com.apple.developer.associated-domains" : [ "applinks:verification.nuttyreading.com" ]
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"idfa" : false
|
||||||
},
|
},
|
||||||
"icons" : {
|
"icons" : {
|
||||||
"android" : {
|
"android" : {
|
||||||
|
|||||||
@@ -4,9 +4,9 @@
|
|||||||
<view class="mainContent">
|
<view class="mainContent">
|
||||||
<view class="title">{{talkBookDetail.title}}</view>
|
<view class="title">{{talkBookDetail.title}}</view>
|
||||||
<view class="voices" v-if="talkBookDetail.voices != '' && audioShow">
|
<view class="voices" v-if="talkBookDetail.voices != '' && audioShow">
|
||||||
<audio style="text-align: left; overflow: hidden;" :src="talkBookDetail.voices" @play="audioPlay"
|
<!-- <audio style="text-align: left; overflow: hidden;" :src="talkBookDetail.voices" @play="audioPlay"
|
||||||
poster="../../static/icon/home_icon_0.png" :name="talkBookDetail.title"
|
poster="../../static/icon/home_icon_0.png" :name="talkBookDetail.title"
|
||||||
:author="bookInfo.author.authorName" :action="audioAction" controls @timeupdate="updateTime"></audio>
|
:author="bookInfo.author.authorName" :action="audioAction" controls @timeupdate="updateTime"></audio> -->
|
||||||
<!-- 下面自己写了个播放器 -->
|
<!-- 下面自己写了个播放器 -->
|
||||||
<view class="audiobox">
|
<view class="audiobox">
|
||||||
<view class="audioinfo">
|
<view class="audioinfo">
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user