zhaojs
2023-06-29 7ed108f71c66e74724c066843c4ae08c1050d4b9
public/html/per_cms.html
@@ -39,6 +39,7 @@
            border-radius:8px;
            margin-bottom: 20px;
            padding: 10px;
            font-size: 13px;
        }
        .topgu
        {
@@ -152,7 +153,17 @@
                        _this.handleClipboard(res.data.url);
                    }
                    else {
                      alert(res.msg);
                        if(res.msg=="请先淘宝授权")
                        {
                            uni.postMessage({
                                data: {
                                    action: 'tbauth'
                                }
                            })
                        }
                        else{
                            alert(res.msg);
                        }
                    }
                    _this.loading=false;                              
                })