Ver código fonte

判断缴费二维码状态为时显示

lihongxiao 2 anos atrás
pai
commit
12adb078e5

+ 2 - 2
src/http/moudules/merciqiao-vue-master/static/css/theme-green/index.css

@@ -9371,8 +9371,8 @@
     border-radius: 6px;
     border-radius: 6px;
     -webkit-box-sizing: border-box;
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     box-sizing: border-box;
-    width: 148px;
-    height: 148px;
+    /* width: 148px;
+    height: 148px; */
     margin: 0 8px 8px 0;
     margin: 0 8px 8px 0;
     display: inline-block
     display: inline-block
 }
 }

+ 3 - 2
src/views/Letter/Letter.vue

@@ -486,7 +486,7 @@
           v-model="immediatelyValue"
           v-model="immediatelyValue"
           active-color="#ee7000">
           active-color="#ee7000">
         </el-switch>
         </el-switch>
-        <span style="font-weight:normal;font-size: 13px;">即使投保</span>
+        <span style="font-weight:normal;font-size: 13px;">即投保</span>
 
 
         </div>
         </div>
       </div>
       </div>
@@ -1828,7 +1828,7 @@
         <div style="font-size: 18px;color: #ee7000;font-weight:700;padding: 10px 30px;" v-if="orderstatus == '2'">
         <div style="font-size: 18px;color: #ee7000;font-weight:700;padding: 10px 30px;" v-if="orderstatus == '2'">
           订单状态:已核保待缴费</div>
           订单状态:已核保待缴费</div>
       </div>
       </div>
-      <span slot="footer" class="dialog-footer">
+      <span slot="footer" class="dialog-footer" v-if="orderstatus == '2'">
         <el-button style="width: 100px;" type="primary" size="small" @click="Payment(companyId)">缴费二维码</el-button>
         <el-button style="width: 100px;" type="primary" size="small" @click="Payment(companyId)">缴费二维码</el-button>
       </span>
       </span>
     </el-dialog>
     </el-dialog>
@@ -4771,6 +4771,7 @@ export default {
             Object.keys(res.data).forEach((keys) => {
             Object.keys(res.data).forEach((keys) => {
               if (res.data[keys].url) {
               if (res.data[keys].url) {
                 res.data[keys].url = process.env.BASE_URL + res.data[keys].url;
                 res.data[keys].url = process.env.BASE_URL + res.data[keys].url;
+                console.log( process.env.BASE_URL ,res.data[keys].url,111111111111)
                 switch (keys) {
                 switch (keys) {
                   case 'C01':
                   case 'C01':
                     this.imageList1.push({
                     this.imageList1.push({