收藏
回答

请问这种在电脑上打开小程序,可以放大缩小的界面是怎么做的?还是说有什么新更新的api,求告知?

回答关注问题邀请回答
收藏

1 个回答

  • 老张
    老张
    2021-11-06

    放大缩小:app.json

      "window": {
        "backgroundColor": "#81c784",
        "backgroundTextStyle": "light",
        "navigationBarBackgroundColor": "#81c784",
        "navigationBarTitleText": "",
        "navigationBarTextStyle": "white",
        "pageOrientation": "auto"
      },
      "resizable": true,
    
    

    你图片的的界面,应该是分栏模式:

    https://developers.weixin.qq.com/miniprogram/dev/framework/view/frameset.html

    2021-11-06
    有用 1
    回复
登录 后发表内容