Commit efb6c708 by zhangzhen

细节优化

parent b3f5a0a8
...@@ -84,6 +84,7 @@ ...@@ -84,6 +84,7 @@
import { import {
getDictItem getDictItem
} from "@/utils/tools.js" } from "@/utils/tools.js"
import {dictList} from "@/api/index.js";
import moment from "@/common/moment"; import moment from "@/common/moment";
export default { export default {
data() { data() {
......
...@@ -156,7 +156,7 @@ ...@@ -156,7 +156,7 @@
onShow() { onShow() {
this.userAction = [ this.userAction = [
{ {
label:"订单", label:"我的订单",
iconUrl:config.assetsPath+'/my_list_15.png', iconUrl:config.assetsPath+'/my_list_15.png',
routePath:"/pages/orderRecord/orderRecord", routePath:"/pages/orderRecord/orderRecord",
type:"1", type:"1",
......
...@@ -1628,7 +1628,8 @@ ...@@ -1628,7 +1628,8 @@
.part-left { .part-left {
display: block; display: block;
width: 100%; width: 100%;
border-radius: 6upx;
overflow: hidden;
image { image {
display: block; display: block;
width: 100%; width: 100%;
......
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