Mini Program
3, Common interface api and cases Common interface API: wx.showToast(), wx.showLoading(), wx.hideLoading(), wx.setNavigationBarTitle() Case requirements: request interface, obtain data, render data, add click events, jump to the page, dynamically display navigation, use interactive api, improveUTF-8...
Posted by JeremyTiki on Fri, 14 May 2021 06:55:56 +0930
Framework overview 1. Overview of uni app uni-app It's a use Vue.js Development of all front-end application framework, developers write a set of code, can be published to iOS,Android,Web(And various small programs (wechat)/Alipay/Baidu/Headlines/QQ/Nailing/Taobao), fast application and other pUTF-8...
Posted by tapupartforpres on Mon, 17 May 2021 04:45:42 +0930
Wechat small program basic learning II Applet navigation Jump to about page - url Property to set the path to jump - Page path should be in / start, - The path must be in advance app.json Of pages Declaration under node Navigate to the tabBar pageUTF-8...
Posted by ldd76 on Sat, 22 May 2021 03:56:00 +0930
Components commonly used in applets Components are reusable software modules Component is used to encapsulate some functions in the page, for example: carousel diagram component / bottom tabBar component / business component The flexible combination of multiple components can realize the displaUTF-8...
Posted by frontlines on Sat, 29 May 2021 08:39:39 +0930
Please note: the applet only supports the network request of https and wss (WebSocket, which has ws protocol and wss protocol). However, it allows developers to use http requests in the development environment, but it must be modified to the protocol type supported by the applet when it finallUTF-8...
Posted by matthew_ellis24 on Fri, 11 Jun 2021 06:50:50 +0930
1, Applet file configuration (1) . global profile: App.json 1.page field: configure applet page path The path inside is equivalent to the route of vue. Who shows who on the top { "pages":[ "pages/index/index" //route ] } 2.window: configure top navigation bar { "window": { "navigationBarBackgroUTF-8...
Posted by jawinn on Wed, 23 Jun 2021 06:39:25 +0930
Wechat applet: Foreword: in the process of wechat small program development, there will be a lot of knowledge application 1, Local storage: In the process of development, local storage is often used. The life cycle of data storage is consistent with that of small program Benefits: with local caUTF-8...
Posted by rbarnett on Tue, 29 Jun 2021 04:20:38 +0930
life cycle Life cycle refers to a series of operations in the process of a small program from creation to destruction Two life cycles of applets In the applet, through the App()To register a small program, through the Page()To register a page The life cycle of applets Register the applet. AccepUTF-8...
Posted by lachild on Tue, 29 Jun 2021 08:09:34 +0930
Recently, I want to use the third-party BrickLayout waterfall flow plug-in in the small program to realize the waterfall flow effect of the message card (as shown in Figure 1 and Figure 2). I think it's OK. I can customize the card color; head portrait; Nickname and other information, if you caUTF-8...
Posted by einamiga on Sun, 04 Jul 2021 03:25:30 +0930
That about outreach promotion Background The current vue public number project has a placement requirement placement location on non-WeChat side In order to convert efficiency, we use applets to make the user's process smoother by skipping the applets directly after purchase, but when jumping tUTF-8...
Posted by Alex-B on Mon, 12 Jul 2021 04:00:17 +0930