lilei 5 年 前
コミット
aaebeeb548
1 ファイル変更1 行追加3 行削除
  1. 1 3
      poster.html

+ 1 - 3
poster.html

@@ -165,6 +165,7 @@
 		function plusReady(){
 			bitmap = new plus.nativeObj.Bitmap();
 			document.getElementById("save-txt").display = "none"
+			$("#cancel-btn").hide()
 		}
 		// 保存到相册
 		function savePhoto(dataURL){
@@ -278,9 +279,6 @@
 							//  取消
 							document.getElementById('cancel-btn').onclick = function(){
 								history.go(-1)
-								if(window.plus){
-									uni.navigateBack()
-								}
 							}
 						}
 					}else{