Mike 7 gadi atpakaļ
vecāks
revīzija
f241eed4a1

+ 4 - 4
miaomiao/www/js/config/config.js

xqd
@@ -1,11 +1,11 @@
 (function (app) {
     //全局配置 
     app.constant("config", {
-        server: 'http://q8.9026.com/',
-        imgServer: 'http://q8.9026.com/attachment/'
+        // server: 'http://q8.9026.com/',
+        // imgServer: 'http://q8.9026.com/attachment/'
         //server: 'http://localhost:8092/',
         //imgServer: 'http://localhost:8092/attachment/',
-        //server: 'http://miao.beiyuesi.com/',
-        //imgServer: 'http://miao.beiyuesi.com/attachment/'
+        server: 'http://miao.beiyuesi.com/',
+        imgServer: 'http://miao.beiyuesi.com/attachment/'
     });
 })(angular.module('app'));

+ 1 - 0
server/app/Models/AccountLog.php

xqd
@@ -47,6 +47,7 @@ class AccountLog extends Model
 
     //交易行为枚举
     private static $_op = [
+        self::OP_CHARGE         => '其它',
         self::OP_CHARGE         => '充值',
         self::OP_SUPPORT        => '支持梦想',
         self::OP_WITHDRAW       => '提现',