Artistic signature WeChat applet source code traffic main applet source code


1. Detailed introduction

It seems that the overall effect is still very good, and the production is also very simple. You only need to enter your name and you can easily make it with one click. Design art signatures for free, support WeChat traffic masters, and earn money through traffic masters.

2. Effect display

1. Part of the code

The code is as follows (example):

App({
    
    
    data: {
    
    
        employ: ""
    },
    onLaunch: function() {
    
    
        var a = this, t = wx.getAccountInfoSync().miniProgram.appId;
        // wx.request({
    
    
        //     url: "https://newsaas.guangzhouzhuangxiu01.cn/api/xcx/index/index/index",
        //     data: {
    
    
        //         appid: 'wx2ae52bb0e1e4c295'
        //     },
        //     success: function(t) {
    
    
        //         console.log("sass数据", t.data), wx.setStorageSync("qrCode", t.data), wx.setStorageSync("ad", {
    
    
        //             ad1: t.data.list.setup.video_ad_id,
        //             ad2: t.data.list.setup.table_screen_ad_id,
        //             ad3: t.data.list.setup.inspire_ad_id,
        //             ad4: t.data.list.setup.banner_ad_id
        //         }), a.data.employ = !0, a.employCallback && a.employCallback(!0);
        //     },
        //     fail: function(a) {},
        //     complete: function(a) {}
        // });
    },
    onShow: function(a) {
    
    },
    onHide: function() {
    
    },
    onError: function(a) {
    
    }
});

2. Rendering display

Please add a picture description


3. Download learning materials

Lanzoul: https://qumaw.lanzoul.com/i3Wig0iq119g

Guess you like

Origin blog.csdn.net/m0_57941469/article/details/128328145