调整报告查询

main
yanzai 4 months ago
parent 018bbf39c5
commit ef04bba203

@ -0,0 +1,10 @@
<?php
namespace App\Http\Controllers;
use Illuminate\Http\Request;
class XcxController extends Controller
{
//
}

@ -1,4 +1,4 @@
let url_ = "https://aa.sixinyun.com";
let url_ = "https://api.gaobuyy.cn";
const dev = 1
if (dev === 1) {
url_ = "http://gaobuyy-local"

@ -1,7 +1,7 @@
import {
$post
} from '@/lu/axios.js'
let url_ = "https://aa.sixinyun.com";
let url_ = "https://api.gaobuyy.cn";
const dev = 1
if (dev === 1) {
url_ = "http://gaobuyy-local"

@ -45,8 +45,8 @@
$response(response, () => {
url.value = $image(response.data.url)
popup.value.open()
// jianqieban(url.value)
//popup.value.open()
jianqieban(url.value)
})
}
const jianqieban = (url) => {

@ -1,6 +1,6 @@
<template>
<view>
eee
</view>
</template>

@ -92,7 +92,11 @@
</view>
<view class="report_item_content_wrapper">
<view class="report_item_content_title_wrapper">{{ i.title }}</view>
<view class="report_item_content_desc_wrapper">{{ i.desc }}</view>
<view style="display: flex;justify-content: space-between;">
<view class="report_item_content_desc_wrapper">{{ i.desc }}</view>
<view class="report_item_content_desc_wrapper" style="color: #7accaa;">{{ i.tj_type }}</view>
</view>
</view>
<view class="report_item_right_wrapper">
<image :src="$image('/storage/assets/report/home/右箭头@2x.png')"></image>

Loading…
Cancel
Save