版本升级
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
"version" : "1.0",
|
"version" : "1.0",
|
||||||
"configurations" : [
|
"configurations" : [
|
||||||
{
|
{
|
||||||
"playground" : "standard",
|
"playground" : "custom",
|
||||||
"type" : "uni-app:app-android"
|
"type" : "uni-app:app-android"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1036,8 +1036,14 @@ function videoListUpdata() {
|
|||||||
/**
|
/**
|
||||||
* @param {type} = [start,end]
|
* @param {type} = [start,end]
|
||||||
*/
|
*/
|
||||||
const playStatusChange = debounce((data) => {
|
const playStatusChange = debounce(async (data) => {
|
||||||
Api.playStatus(data);
|
try {
|
||||||
|
const res = await Api.playStatus(data);
|
||||||
|
console.log('playStatusChange.res', res);
|
||||||
|
} catch (error) {
|
||||||
|
console.log('playStatusChange.error', error);
|
||||||
|
emits('errorHandle', error);
|
||||||
|
}
|
||||||
}, 2000);
|
}, 2000);
|
||||||
|
|
||||||
defineExpose({
|
defineExpose({
|
||||||
|
|||||||
@@ -2,8 +2,8 @@
|
|||||||
"name" : "斯耀短剧",
|
"name" : "斯耀短剧",
|
||||||
"appid" : "__UNI__E0B05B1",
|
"appid" : "__UNI__E0B05B1",
|
||||||
"description" : "",
|
"description" : "",
|
||||||
"versionName" : "1.3.0",
|
"versionName" : "1.3.1",
|
||||||
"versionCode" : 130,
|
"versionCode" : 131,
|
||||||
"transformPx" : false,
|
"transformPx" : false,
|
||||||
/* 5+App特有相关 */
|
/* 5+App特有相关 */
|
||||||
"app-plus" : {
|
"app-plus" : {
|
||||||
|
|||||||
Reference in New Issue
Block a user