hujie123456 5 years ago
parent
commit
05e8dd1d77

+ 4 - 5
js/component/manageCenter/financialManage/orderDetail/orderDetail.jsx

@@ -494,23 +494,22 @@ const OrderDetail = Form.create()(React.createClass({
                       </div>
                       <div
                         onClick={this.rotate}
-                        className="up-btn"
                         style={{
                           textAlign: "center",
                           lineHeight: "30px",
-                          color: "#fff",
+                          color: "#000",
                           cursor: "pointer",
                           transition: "all .5s",
-                          opacity: ".2",
                           width: "50px",
                           height: "30px",
-                          backgroundColor: "rgba(0,0,0,.5)",
+                          backgroundColor: "white",
                           position: "absolute",
-                          bottom: 10,
+                          bottom: "-30",
                           left: "50%",
                           transform: "translateX(-50%)",
                           zIndex: 1,
                           borderRadius: "5px",
+                          border: "1px solid #ccc"
                         }}
                       >
                         旋转

+ 1 - 1
js/component/manageCenter/order/orderNew/changeComponent/agreeButton.js

@@ -54,7 +54,7 @@ class ReasonInput extends Component {
         if (data.error.length || data.data.list == "") {
           if (data.error && data.error.length) {
             if (!this.state.flag) return;
-            // message.warning(data.error[0].message);
+            message.warning(data.error[0].message);
             return
           }
         } else {

+ 1 - 1
js/component/manageCenter/order/orderNew/contractYxgly.js

@@ -776,7 +776,7 @@ const contractChange = Form.create()(
               message.warning(data.error[0].message);
             }
           } else {
-            console.log("拿到历史", data.data);
+            // console.log("拿到历史", data.data);
 
             this.setState({
               dataProps: data.data,

+ 1 - 1
js/component/showModal.jsx

@@ -37,7 +37,7 @@ const ShowModal = React.createClass({
             bottom: -10
           }}
         >
-          我已阅读以上信息
+          关闭
         </Button>
       </Modal>
     ) : null;

+ 1 - 1
js/component/tools.js

@@ -1916,7 +1916,7 @@ module.exports = {
       url: globalConfig.context + "/api/admin/notice/unreadCount",
       data: {},
       success: function(data) {
-        if(data.data == 0 ) {
+        if(data.data != 0 ) {
           console.log(data);
           let flag = true
           fn.setState({