diff --git a/app.js b/app.js index 5e9b80f..d573b4c 100644 --- a/app.js +++ b/app.js @@ -3,21 +3,21 @@ let config = {}; if (process.env.NODE_ENV == 'production'||true) { //生产环境 config = { // ajax地址 - baseUrl: 'https://ctma.catycoin.com', + baseUrl: 'https://ctma.catycoins.com', // 图片地址 (暂时无用) - imgUrl: 'https://ctma.catycoin.com/storage', + imgUrl: 'https://ctma.catycoins.com/storage', // socket地址 - socketUrl: 'wss://ctma.catycoin.com/ws1', - socketUrl1: 'wss://ctma.catycoin.com/ws2', + socketUrl: 'wss://ctma.catycoins.com/ws1', + socketUrl1: 'wss://ctma.catycoins.com/ws2', // pc端地址 - pcUrl:'https://www.catycoin.com', + pcUrl:'https://www.catycoins.com', // app名称 appName: 'CATYcoin', // 版本 version: '1.0.0', // 移动端地址 - mobile: 'https://app.catycoin.com', - down:"https://app.catycoin.com/download/CATYcoin.html" + mobile: 'https://app.catycoins.com', + down:"https://app.catycoins.com/download/CATYcoin.html" }; } else { //开发环境 config = { diff --git a/components/uni-swipe-action-item/mpother.js b/components/uni-swipe-action-item/mpother.js index b503e02..cd0fa1d 100644 --- a/components/uni-swipe-action-item/mpother.js +++ b/components/uni-swipe-action-item/mpother.js @@ -125,7 +125,7 @@ export default { views .selectAll('.selector-query-hock') .boundingClientRect(data => { - console.log(data) + // console.log(data) this.position.content = data[1] this.position.button = data[0] if (this.autoClose) return diff --git a/manifest.json b/manifest.json index 5caf549..62a378c 100644 --- a/manifest.json +++ b/manifest.json @@ -112,7 +112,7 @@ "router" : { "base" : "./" }, - "domain" : "https://app.catycoin.com", + "domain" : "https://app.catycoins.com", "template" : "main.html", "title" : "CATYcoin" } diff --git a/pages/assets/draw.vue b/pages/assets/draw.vue index b855d85..4617f1a 100644 --- a/pages/assets/draw.vue +++ b/pages/assets/draw.vue @@ -433,7 +433,7 @@ export default { let list = [...this.list, ...res.data.data];//无法响应 this.list.splice(0,this.list.length,...list); // this.list.push(...list); - console.log('length---------------',this.list.length, '页数:',res.data.current_page); + // console.log('length---------------',this.list.length, '页数:',res.data.current_page); if (res.data.data.length < res.data.per_page) this.loadMore = false; }); }, diff --git a/pages/assets/recharge.vue b/pages/assets/recharge.vue index 343d043..20e0209 100644 --- a/pages/assets/recharge.vue +++ b/pages/assets/recharge.vue @@ -264,7 +264,7 @@ export default { }); }, change(e){ - console.log(e) + // console.log(e) } }, created() { diff --git a/pages/assets/records.vue b/pages/assets/records.vue index 3bbe59b..a0ce4d5 100644 --- a/pages/assets/records.vue +++ b/pages/assets/records.vue @@ -82,7 +82,7 @@ import formData from "@/utils/class/date"; let list = [...this.list, ...res.data.data];//无法响应 this.list.splice(0,this.list.length,...list); // this.list.push(...list); - console.log('length---------------',this.list.length, '页数:',res.data.current_page); + // console.log('length---------------',this.list.length, '页数:',res.data.current_page); if (res.data.data.length < res.data.per_page) this.loadMore = false; }); }, @@ -107,7 +107,7 @@ import formData from "@/utils/class/date"; }, }, onLoad(e) { - console.log('---------',e); + // console.log('---------',e); this.type = e.type; if(e.type=='draw'){ this.getWithdrawRecords(); diff --git a/pages/auth/senior.vue b/pages/auth/senior.vue index cde0b8b..6b09c7a 100644 --- a/pages/auth/senior.vue +++ b/pages/auth/senior.vue @@ -64,7 +64,7 @@ export default { }, methods: { getFile(name) { - console.log(name) + // console.log(name) this.$getFile({count: 9}).then((res) => { this.upLoadImg(res, name); }) diff --git a/pages/base/home.vue b/pages/base/home.vue index c2cf77e..4f9f039 100644 --- a/pages/base/home.vue +++ b/pages/base/home.vue @@ -1311,7 +1311,7 @@ */ getCollegeLinks() { College.getCategoryList().then(res => { - console.log(res, 11111); + // console.log(res, 11111); let list = res.data; list.forEach(item => { if (this.guideId === '') { @@ -1333,7 +1333,7 @@ }).then(res => { let data = res.data; this.articleList = data.splice(0, 3); - console.log(this.articleList, 222222); + // console.log(this.articleList, 222222); setTimeout(() => { this.skroll(); }, 100); diff --git a/pages/base/mine.vue b/pages/base/mine.vue index 27bcda2..f847871 100644 --- a/pages/base/mine.vue +++ b/pages/base/mine.vue @@ -439,7 +439,7 @@ Profile.getAuthInfo().then(res => { this.ProfileDetail = res.data; this.user_auth_level = res.data.primary_status - console.log(this.ProfileDetail, 11111); + // console.log(this.ProfileDetail, 11111); }) }, }, diff --git a/pages/currency/list.vue b/pages/currency/list.vue index 87407b7..4f3c41d 100644 --- a/pages/currency/list.vue +++ b/pages/currency/list.vue @@ -78,7 +78,7 @@ export default { }, }, onLoad(query) { - console.log(this.list) + // console.log(this.list) }, }; diff --git a/pages/exchange/contract-history.vue b/pages/exchange/contract-history.vue index 6aaedd8..eb95076 100644 --- a/pages/exchange/contract-history.vue +++ b/pages/exchange/contract-history.vue @@ -303,7 +303,7 @@ export default { generalizeInfo() { Profile.qrcode().then((res) => { this.detail = res.data; - console.log(this.detail) + // console.log(this.detail) }); }, // 获取买卖盘 diff --git a/pages/exchange/contractHis.vue b/pages/exchange/contractHis.vue index ec5c737..f0d11a0 100644 --- a/pages/exchange/contractHis.vue +++ b/pages/exchange/contractHis.vue @@ -298,7 +298,7 @@ export default { ); }, holdPosition(boo) { - console.log(this.checked,this.symbolLeft,boo) + // console.log(this.checked,this.symbolLeft,boo) let data = { symbol: (this.checked && this.symbolLeft) || "", }; diff --git a/pages/income/index.vue b/pages/income/index.vue index 35c012a..53132b7 100644 --- a/pages/income/index.vue +++ b/pages/income/index.vue @@ -143,7 +143,7 @@ export default { uni.getSystemInfo({ success: function (res) { this.windowHeight=60 - console.log(this.windowHeight) + // console.log(this.windowHeight) } }); }, diff --git a/pages/login/index.vue b/pages/login/index.vue index 0279f8a..9d0bb88 100644 --- a/pages/login/index.vue +++ b/pages/login/index.vue @@ -180,7 +180,7 @@ export default { }); }, loginVer(data) { - console.log(data) + // console.log(data) this.secondaryShow = true; this.secondaryData = data; this.form2.signature = data.signature; diff --git a/pages/otc/bind-pay.vue b/pages/otc/bind-pay.vue index 55f6483..020bf8a 100644 --- a/pages/otc/bind-pay.vue +++ b/pages/otc/bind-pay.vue @@ -150,7 +150,7 @@ export default { }, onLoad(query) { this.query = query - console.log(this.query) + // console.log(this.query) this.getList(); }, methods: { diff --git a/pages/purchase/bill.vue b/pages/purchase/bill.vue index ea9ccbc..5825113 100644 --- a/pages/purchase/bill.vue +++ b/pages/purchase/bill.vue @@ -75,9 +75,9 @@ export default { let data = { page: this.page, }; - console.log(over) + // console.log(over) Wallet.subscribeRecords(data).then((res) => { - console.log(res) + // console.log(res) if (res.data.current_page == 1) this.list = []; this.list = [...this.list, ...res.data.data]; over && over({ finished: res.data.data.length < res.data.per_page }); diff --git a/pages/reg/index.vue b/pages/reg/index.vue index c5f96dc..9e35159 100644 --- a/pages/reg/index.vue +++ b/pages/reg/index.vue @@ -301,7 +301,7 @@ export default { if(res.code==200){ this.hideImg = false; } - console.log("gc",res.data.img) + // console.log("gc",res.data.img) this.Graph_che = res.data.img; this.gc_key= res.data.key; }); diff --git a/pages/safe/forget-password.vue b/pages/safe/forget-password.vue index 3b218bf..0682243 100644 --- a/pages/safe/forget-password.vue +++ b/pages/safe/forget-password.vue @@ -154,7 +154,7 @@ export default { if(res.code==200){ this.hideImg = false; } - console.log("gc",res.data.img) + // console.log("gc",res.data.img) this.Graph_che = res.data.img; this.form.gc_key= res.data.key; }); diff --git a/pages/safe/phone.vue b/pages/safe/phone.vue index 2b495f7..5440bfd 100644 --- a/pages/safe/phone.vue +++ b/pages/safe/phone.vue @@ -77,7 +77,7 @@ export default { setUserInfo: "setUserInfo", }), changePhone() { - console.log(this.$refs.country) + // console.log(this.$refs.country) this.form.country_code = this.$refs.country&&this.$refs.country.country_code; if (!this.user.phone && !this.form.phone) { this.$toast(this.$t('safe.d5')); diff --git a/pages/service/service.vue b/pages/service/service.vue index e29fd37..e2c7c62 100644 --- a/pages/service/service.vue +++ b/pages/service/service.vue @@ -61,11 +61,11 @@ Member.serviceDetail({ id: this.query.id, }).then((res) => { - console.log(res) + // console.log(res) this.detail = res.data; }); Member.contact({}).then((res) => { - console.log(res); + // console.log(res); this.contacts = res.data; }) }, diff --git a/static/chart_main/chart_main/old-datafeed.js b/static/chart_main/chart_main/old-datafeed.js index e6c53e2..b1e41ad 100644 --- a/static/chart_main/chart_main/old-datafeed.js +++ b/static/chart_main/chart_main/old-datafeed.js @@ -82,7 +82,7 @@ Datafeeds.UDFCompatibleDatafeed.prototype.onInitialized = function() { Datafeeds.UDFCompatibleDatafeed.prototype._logMessage = function(message) { if (this._enableLogging) { var now = new Date(); - console.log(now.toLocaleTimeString() + '.' + now.getMilliseconds() + '> ' + message); + // console.log(now.toLocaleTimeString() + '.' + now.getMilliseconds() + '> ' + message); } }; diff --git a/static/chart_main/chart_main/sevencoin.js b/static/chart_main/chart_main/sevencoin.js index b01a2f3..76fb7d5 100644 --- a/static/chart_main/chart_main/sevencoin.js +++ b/static/chart_main/chart_main/sevencoin.js @@ -432,8 +432,8 @@ $(function () { } // 生成订阅数据 createMsg() { - console.log(this.contract) - console.log(`swapKline_${this.symbolName}_${this.resolution(this.interval)}`) + // console.log(this.contract) + // console.log(`swapKline_${this.symbolName}_${this.resolution(this.interval)}`) if (this.contract) { return `swapKline_${this.symbolName}_${this.resolution(this.interval)}` } else { diff --git a/static/chart_main/old-datafeed.js b/static/chart_main/old-datafeed.js index e6c53e2..b1e41ad 100644 --- a/static/chart_main/old-datafeed.js +++ b/static/chart_main/old-datafeed.js @@ -82,7 +82,7 @@ Datafeeds.UDFCompatibleDatafeed.prototype.onInitialized = function() { Datafeeds.UDFCompatibleDatafeed.prototype._logMessage = function(message) { if (this._enableLogging) { var now = new Date(); - console.log(now.toLocaleTimeString() + '.' + now.getMilliseconds() + '> ' + message); + // console.log(now.toLocaleTimeString() + '.' + now.getMilliseconds() + '> ' + message); } }; diff --git a/static/chart_main/sevencoin.js b/static/chart_main/sevencoin.js index 75765be..eeb04b0 100644 --- a/static/chart_main/sevencoin.js +++ b/static/chart_main/sevencoin.js @@ -463,8 +463,8 @@ $(function () { } // 生成订阅数据 createMsg() { - console.log(this.contract) - console.log(`swapKline_${this.symbolName}_${this.resolution(this.interval)}`) + // console.log(this.contract) + // console.log(`swapKline_${this.symbolName}_${this.resolution(this.interval)}`) if (this.contract) { return `swapKline_${this.symbolName}_${this.resolution(this.interval)}` } else { diff --git a/static/tradingview.html b/static/tradingview.html index 41c7801..78a9601 100644 --- a/static/tradingview.html +++ b/static/tradingview.html @@ -22,9 +22,9 @@
- - - + + +