- list := Mysql.SelectBySql("select id,order_code,order_money,user_id,create_time,remind_status,vip_type,product_type from dataexport_order where order_money>0 and create_time>=? and product_type in ('VIP订阅','大会员') and order_status=0 and del_status=0 and (remind_status<>2 or remind_status is null)", startTimes)
+ list := Mysql.SelectBySql("select id,order_code,order_money,user_id,create_time,remind_status,vip_type,product_type from dataexport_order where order_money>0 and create_time>=? and product_type in ('VIP订阅','大会员') and order_status=0 and del_status=0 and (remind_status<>2 or remind_status is null) and audit_status=3", startTimes)
@@ -69,670 +69,697 @@ Date.prototype.pattern = function (fmt) {
1234.152354.fixed(10)
1234.152354.fixed(10)
*/
*/
Number.prototype.fixed = function(len){
Number.prototype.fixed = function(len){
- len = isNaN(len)? 0 : len
- var num = Math.pow(10,len)
- return Math.round(this*num) / num
+ len = isNaN(len)? 0 : len
+ var num = Math.pow(10,len)
+ return Math.round(this*num) / num
}
}
var popupTip = {
var popupTip = {
- setAlert: function (obj) {
- var html = `<p class="shiyong_text">试用功能数额已超限,请购买剑鱼大会员正式版</p><button onClick="location.href='/jyapp/big/page/landingPage'" class="shiyong_buy">立即购买</button>`
- obj.$dialog.alert({
- className: 'shiyong_common',
- title: '温馨提醒',
- message: html,
- theme: 'round-button',
- confirmButtonText:'取消,暂不使用',
- confirmButtonColor:'#2ABED1'
- }).then(() => {
- // on close
- });
- }
+ setAlert: function (obj) {
+ var html = `<p class="shiyong_text">试用功能数额已超限,请购买剑鱼大会员正式版</p><button onClick="location.href='/jyapp/big/page/landingPage'" class="shiyong_buy">立即购买</button>`