Does the mobile call Amap to set the zoom level invalid after search?

var map = new AMap.Map("allmap",{
    resizeEnable: true,
    zoom:13,
    center: [116.39,39.9]//new AMap.LngLat(116.39,39.9)
});
//
AMap.service(["AMap.PlaceSearch"], function() {
    var placeSearch = new AMap.PlaceSearch({ //
        map: map
    });
    //
    placeSearch.search(_SearchName);
});

after the mobile H5 page calls Amap, the zoom level zoom:13.
is set, but after the search instance is set, the zoom level will become invalid.
as shown in the figure:

what should be set for zooming to take effect?

Feb.28,2021

I also encountered this problem, urgent

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b36c3f-2b589.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b36c3f-2b589.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?