6.28-提交页面

lijinlong
李劲龙 12 months ago
parent 2bd0b8f26d
commit 4842173222

@ -1,8 +1,15 @@
<script> <script>
import config from "./config"; import config from "./config";
import store from "@/store"; import store from "@/store";
import { getToken, setToken, removeToken } from "@/utils/auth"; import {
import { getSqByaccesstoken, getUserinfo } from "@/api/jn/login.js"; getToken,
setToken,
removeToken
} from "@/utils/auth";
import {
getSqByaccesstoken,
getUserinfo
} from "@/api/jn/login.js";
import permision from "@/utils/permission.js"; import permision from "@/utils/permission.js";
export default { export default {
onLaunch: function() { onLaunch: function() {
@ -149,4 +156,16 @@ export default {
/* 注意要写在第一行同时给style标签加入lang="scss"属性 */ /* 注意要写在第一行同时给style标签加入lang="scss"属性 */
@import "@/uni_modules/uview-ui/index.scss"; @import "@/uni_modules/uview-ui/index.scss";
@import "@/static/scss/index.scss"; @import "@/static/scss/index.scss";
.mytext {
h4 {
strong {
display: block;
/* 将 <strong> 标签转换为块级元素 */
text-indent: 2em;
// text-align: center;
}
}
}
</style> </style>

@ -2,7 +2,8 @@
module.exports = { module.exports = {
// baseUrl: "http://192.168.0.105:9037", // baseUrl: "http://192.168.0.105:9037",
TEST_LOGIN:"https://t-jn-development-manager.jsszkd.com/login", // ?clientId= TEST_LOGIN:"https://t-jn-development-manager.jsszkd.com/login", // ?clientId=
baseUrl: "https://t-jn-bjh-admin-server.jsszkd.com", // baseUrl: "https://t-jn-bjh-admin-server.jsszkd.com",
baseUrl: "https://bjh.jndz.cn/bjh-admin-server",
// 应用信息 // 应用信息
appInfo: { appInfo: {

@ -14,7 +14,6 @@ Vue.use(uView)
// import 'mui-player/dist/mui-player.min.css' // import 'mui-player/dist/mui-player.min.css'
import fixedButtom from '@/components/fixedButtom/fixedButtom.vue' import fixedButtom from '@/components/fixedButtom/fixedButtom.vue'
Vue.component('fixedButtom', fixedButtom) Vue.component('fixedButtom', fixedButtom)
Vue.use(plugins) Vue.use(plugins)

@ -1,17 +1,16 @@
<template> <template>
<view class="app-container"> <view class="app-container">
<u-navbar leftText="返回" title="店铺活动管理" :autoBack="true" :placeholder="true"> <!-- <u-navbar leftText="返回" title="店铺活动管理" :autoBack="true" :placeholder="true">
<view slot="right"> <view slot="right">
<text class="nav-right"></text> <text class="nav-right"></text>
</view> </view>
</u-navbar> </u-navbar> -->
<view class="list-item"> <view class="list-item">
<view class="list-item-title">{{levelList[0].activeName || ""}}</view> <view class="list-item-title">{{levelList[0].activeName || ""}}</view>
<view> <view>
<view class="Mytitle"> <view class="Mytitle">
</view> </view>
<view class="mytext"> <view class="mytext" v-html="levelList[0].activeRequest">
{{levelList[0].activeRequest}}
</view> </view>
</view> </view>
@ -35,6 +34,7 @@
sbLevelName: null, sbLevelName: null,
pageNum: 1, pageNum: 1,
pageSize: 10, pageSize: 10,
activeState:"1"
}, },
}; };
}, },
@ -116,7 +116,7 @@
} }
.mytext { .mytext {
line-height: 45rpx; line-height: 2;
} }
.item-cell { .item-cell {

@ -1,15 +1,17 @@
<template> <template>
<view class="app-container"> <view class="app-container">
<u-navbar leftText="返回" title="店牌店招预审" :autoBack="true" :placeholder="true"> <!-- <u-navbar leftText="返回" title="店牌店招预审" :autoBack="true" :placeholder="true">
<view slot="right"> <view slot="right">
<text class="nav-right"></text> <text class="nav-right"></text>
</view> </view>
</u-navbar> </u-navbar> -->
<view class="list-item"> <view class="list-item">
<view class="list-item-title">{{levelList[0].name || ""}}</view> <view class="list-item-title">{{levelList[0].name || ""}}</view>
<view> <view>
<view class="mytext"> <view class="mytext" v-html="levelList[0].msg">
{{levelList[0].msg || ""}} <!-- {{levelList[0].msg || ""}} -->
</view> </view>
<!-- <view class="Mytitle"> <!-- <view class="Mytitle">
所需材料 所需材料
@ -89,12 +91,12 @@
7.南京江宁经济技术开发区管理委员会宁经管委发[2005]284关于对开发区胜太路等主要街道商业经营门类进行规范管理的通知<br /> 7.南京江宁经济技术开发区管理委员会宁经管委发[2005]284关于对开发区胜太路等主要街道商业经营门类进行规范管理的通知<br />
8.南京江宁经济技术开发区管理委员会宁经管委发[2008]283关于新增庄排路等街区实行商业经营门类规范管理的通知<br /> 8.南京江宁经济技术开发区管理委员会宁经管委发[2008]283关于新增庄排路等街区实行商业经营门类规范管理的通知<br />
</view> --> </view> -->
</view> </view>
<view class="myimg"> <view class="myimg">
<!-- <img src="../../static/images/banner/liucheng.png" alt="" /> --> <!-- <img src="../../static/images/banner/liucheng.png" alt="" /> -->
<img :src="baseUrl + levelList[0].img" alt="" /> <img :src="baseUrl + levelList[0].img" alt="" />
</view> </view>
</view> </view>
</view> </view>
</template> </template>
@ -119,6 +121,7 @@
queryParams: { queryParams: {
pageNum: 1, pageNum: 1,
pageSize: 10, pageSize: 10,
status: "1"
}, },
}; };
}, },
@ -202,7 +205,7 @@
} }
.mytext { .mytext {
line-height: 45rpx; line-height: 2;
} }
.myimg { .myimg {

@ -1,10 +1,10 @@
<template> <template>
<view class="app-container"> <view class="app-container">
<u-navbar leftText="返回" title="门前三包服务" :autoBack="true" :placeholder="true"> <!-- <u-navbar leftText="返回" title="门前三包服务" :autoBack="true" :placeholder="true">
<view slot="right"> <view slot="right">
<text class="nav-right"></text> <text class="nav-right"></text>
</view> </view>
</u-navbar> </u-navbar> -->
<view class="list-item"> <view class="list-item">
<view class="list-item-box"> <view class="list-item-box">
<view class="list-item-box-top"> <view class="list-item-box-top">
@ -18,7 +18,8 @@
<view class="list-item-box-top"> <view class="list-item-box-top">
三包等级: 三包等级:
</view> </view>
<view class="list-item-box-bottom " :class="titleObj.sbLevel==3?'red':titleObj.sbLevel==4?'yellow':titleObj.sbLevel==5?'good':''"> <view class="list-item-box-bottom "
:class="titleObj.sbLevel==3?'red':titleObj.sbLevel==4?'yellow':titleObj.sbLevel==5?'good':''">
<!-- 3 4 5绿 --> <!-- 3 4 5绿 -->
{{titleObj.sbLevel==3?'红牌':titleObj.sbLevel==4?'黄牌':titleObj.sbLevel==5?'绿牌':'暂无'}} {{titleObj.sbLevel==3?'红牌':titleObj.sbLevel==4?'黄牌':titleObj.sbLevel==5?'绿牌':'暂无'}}
</view> </view>
@ -31,10 +32,11 @@
<view class="Mytitle"> <view class="Mytitle">
</view> </view>
<view class="mytext"> <view class="mytext" v-html="levelList[0].rateRuleContent">
{{levelList[0].rateRuleContent || ""}}
</view> </view>
<!-- <view class="mytext">
<u-parse :content="levelList[0].rateRuleContent" :tag-style="style"></u-parse>
</view> -->
</view> </view>
@ -43,6 +45,7 @@
</template> </template>
<script> <script>
// import uParse from '@/components/u-parse/u-parse.vue'
import { import {
listraterule, listraterule,
jnshop jnshop
@ -61,10 +64,14 @@
sbLevelName: null, sbLevelName: null,
pageNum: 1, pageNum: 1,
pageSize: 10, pageSize: 10,
state: "1"
}, },
titleObj: { titleObj: {
sbLevel: "", sbLevel: "",
shopName:"" shopName: "",
},
style: {
p:'font-size:20rpx;!important'
} }
}; };
}, },
@ -169,7 +176,13 @@
} }
.mytext { .mytext {
line-height: 45rpx; // line-height: 45rpx;
margin-top: 38rpx;
display: grid;
grid-template-columns: 1fr;
grid-row-gap: 20rpx;
line-height: 2;
overflow: hidden;
} }
.item-cell { .item-cell {
@ -226,11 +239,14 @@
.good { .good {
color: green; color: green;
} }
.red { .red {
color: red; color: red;
} }
.yellow { .yellow {
color: yellowgreen; color: yellowgreen;
} }
} }
</style> </style>
Loading…
Cancel
Save