Commit d0f1f197 authored by xinzhedeai's avatar xinzhedeai

fix:特种作业 图片上传限值->6

parent c180adb3
......@@ -299,8 +299,8 @@ window.addEventListener("load", function () {
},
paizhao() {
var data = ["相册", "相机"];
// var maxSelectNum = 6;
var maxSelectNum = 1;
var maxSelectNum = 6;
// var maxSelectNum = 1;
lightAppJssdk.notification.showMediaAlert({
arg0: data,
success: function (data) {
......
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