Commit d39c0ce4 authored by 黄奎's avatar 黄奎

页面修改

parent 8e7e1891
...@@ -64,7 +64,7 @@ ...@@ -64,7 +64,7 @@
<template> <template>
<view class="koraActivity"> <view class="koraActivity">
<view class="categray_Brand"> <view class="categray_Brand">
贸易活动 会展活动
</view> </view>
<view class="koraActivityContent"> <view class="koraActivityContent">
<view class="activeList" v-for="(item,index) in dataList" @click="goDetail(item)"> <view class="activeList" v-for="(item,index) in dataList" @click="goDetail(item)">
......
...@@ -86,9 +86,10 @@ ...@@ -86,9 +86,10 @@
<script> <script>
export default { export default {
//投资列表
data() { data() {
return { return {
pageTitle: "投资列表", pageTitle: "招商申请",
msg:{ msg:{
pageIndex: 1, pageIndex: 1,
pageSize: 10, pageSize: 10,
......
...@@ -86,9 +86,10 @@ ...@@ -86,9 +86,10 @@
<script> <script>
export default { export default {
//采购列表
data() { data() {
return { return {
pageTitle: "采购列表", pageTitle: "我的申请",
msg:{ msg:{
pageIndex: 1, pageIndex: 1,
pageSize: 10, pageSize: 10,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment