Commit 7675a7e8 authored by 罗林杰's avatar 罗林杰

修改样式

parent ff4cc78b
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
module.exports = { module.exports = {
// baseUrl: 'http://106.3.97.198:20162' // baseUrl: 'http://106.3.97.198:20162'
baseUrl: 'http://localhost:8092',//接口URL baseUrl: 'http://localhost:8092',//接口URL
imgUrl:'http://192.168.1.11/static/images',//图片URL imgUrl:'http://192.168.1.23/static/images',//图片URL
webViewUrl:'http://192.168.1.7:8080'//小程序跳转H5页面的URL webViewUrl:'http://192.168.1.23:8080'//小程序跳转H5页面的URL
} }
// module.exports = { // module.exports = {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<view style="background-color: #F4F5F9;min-height: 100vh;"> <view style="background-color: #F4F5F9;min-height: 100vh;">
<!-- 页头--> <!-- 页头-->
<u-navbar @leftClick="backbar" bgColor="#F4F5F9" title="消费记录"></u-navbar> <u-navbar @leftClick="backbar" bgColor="#F4F5F9" title="消费记录"></u-navbar>
<z-paging ref="paging" empty-view-text="迈出第一步才有更多故事发生哦" <z-paging ref="paging" empty-view-text="暂无数据"
:empty-view-title-style="{ :empty-view-title-style="{
'font-size': '32rpx', 'font-size': '32rpx',
'color': '#C9C9D0', 'color': '#C9C9D0',
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
'top': '210rpx', 'top': '210rpx',
'width': '447rpx', 'width': '447rpx',
'height': '375rpx' 'height': '375rpx'
}" v-model="dataList" @query="queryList" :fixed="true" :auto-show-back-to-top="true" :back-to-top-with-animate="false"> }" v-model="record" @query="queryList" :fixed="true" :auto-show-back-to-top="true" :back-to-top-with-animate="false">
<view :style="{'top':navHeight+'px','position': 'relative'}"> <view :style="{'top':navHeight+'px','position': 'relative'}">
<u-tabbar <u-tabbar
:value="tabbarValue" :value="tabbarValue"
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
<view class="card-image"style="justify-content: left;display: flex"> <view class="card-image"style="justify-content: left;display: flex">
<view style="margin-left: 20rpx;margin-top: 20rpx;"> <view style="margin-left: 20rpx;margin-top: 20rpx;">
<view style="font-weight: 400;font-size: 25rpx"> <view style="font-weight: 400;font-size: 25rpx">
{{ item.typeName + '(' + item.actionTypeName +')'}} {{ item.actionTypeName }}
</view> </view>
<view class="message"> <view class="message">
{{item.createDate}} {{item.createDate}}
...@@ -83,9 +83,15 @@ export default { ...@@ -83,9 +83,15 @@ export default {
data() { data() {
return { return {
dataList:[], dataList:[],
//图片路径
baseUrl: this.$IMG_URL,
//消费类型选择 //消费类型选择
columns: [ columns: [
[ [
{
label: '全部',
value: ''
},
{ {
label: '充值', label: '充值',
value: '1' value: '1'
......
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