[applet] conditional rendering & list rendering

conditional rendering You can use wx:if = "" to determine whether to render the code block <view wx:if="{{flag}}">No rendering</view> <view wx:if="flag">Render</view> <view wx:if="">No rendering</view> <view wx:if=" ">Render</view> data: { flag: false, }, You can also use wx:e ...

Posted by nca on Mon, 28 Feb 2022 15:56:58 +0100

[Django backend] wechat applet post requests to return 403 or 500 solutions

Django is simply used to provide the back-end interface for wechat applet. I am responsible for the back-end interface and my classmates are responsible for the front-end. We tested that there is no problem with the get request, but when sending the post request, the return values received by the front-end are always 500 and 403. (PS: if you wa ...

Posted by rel on Sun, 27 Feb 2022 10:08:32 +0100

Easy to use wechat applet dynamic tabbar

Reference to my official account Wechat applet custom dynamic tabBarSummarizes the use of dynamic tabBar officially recommended by the applet. Through their own practice and implementation, the problems that need to be handled when using dynamic tabBar (multi role and different tabBar dynamic rendering, tabBar automatic selection after page loa ...

Posted by OhLordy on Sat, 26 Feb 2022 03:25:38 +0100

[wechat applet] parking space online sales platform

[wechat applet] parking space online sales platform (III) preface In the previous chapter, we have introduced the general content of home page development. In this chapter, we will develop the personal center. 1, Background color First, we add a new layer of orange red gradient background on the monotonous gray background Here we f ...

Posted by salami1_1 on Mon, 21 Feb 2022 09:34:29 +0100

How to introduce SDK into self owned application teaching

In the last article, FinClip Our engineers and we mainly compared FinClip with mPaaS and Unisdk. In this article, we will talk about how to introduce FinClip SDK into our own apps.iOS terminalIt is very simple to introduce FinClip SDK into iOS project. Please refer to the following stepsStep 1: get SDK KEY and SDK SECRETTo use the SDK, you need ...

Posted by waterssaz on Mon, 21 Feb 2022 04:41:43 +0100

Applet cloud development

Applet cloud development Applet · cloud development is a professional applet development service launched by wechat team and Tencent cloud. Developers can use cloud development to quickly develop small programs, games, official account pages, and so on, and open up WeChat's original capability. Developers do not need to build a server ...

Posted by tinkertron on Sun, 20 Feb 2022 06:27:55 +0100

JS basic prototype and inheritance

If you are Xiaobai, this set of information can help you become a big bull. If you have rich development experience, this set of information can help you break through the bottleneck 2022web full set of video tutorial front-end architecture H5 vue node applet Video + data + code + interview questions. Reading catalog Prototype basis Prot ...

Posted by MFKR on Sun, 20 Feb 2022 04:37:51 +0100

Function and scope of JavaScript Foundation

If you are Xiaobai, this set of information can help you become a big bull. If you have rich development experience, this set of information can help you break through the bottleneck 2022web full set of video tutorial front-end architecture H5 vue node applet Video + data + code + interview questions. A trip to the Empire?? content address ...

Posted by phpshift on Sun, 20 Feb 2022 01:48:28 +0100

[project display] a little difficult number guessing game (written in Java)

(statement: some pictures in this article come from the Internet. If there is infringement, please contact us and delete or replace the pictures at the first time) 1. Foreword I have uploaded some C language programs compiled in my undergraduate course and recently improved again in my blog. It has been some time. Good guy, if I don't do ...

Posted by Sevengraff on Sat, 19 Feb 2022 15:30:12 +0100

Release memo of gin project (including template static resources)

If you are Xiaobai, this set of information can help you become a big bull. If you have rich development experience, this set of information can help you break through the bottleneck 2022web full set of video tutorial front-end architecture H5 vue node applet Video + data + code + interview questions. On January 12, it was originally the tim ...

Posted by icaro on Sat, 19 Feb 2022 12:42:22 +0100