unknown
12 months ago
19 changed files with 198 additions and 62 deletions
-
17components/UserTab/UserTab.vue
-
2components/appointItem-operate/appointItem-operate.vue
-
37components/appointItem/appointItem.vue
-
37components/commentItem/commentItem.vue
-
2components/user-info/user-info.vue
-
4config/api.js
-
1config/request.js
-
26pages/recordEntry/operate/detail/detail.vue
-
59pages/tabbar/examSimulation/comp/simulation.vue
-
1pages/tabbar/examSimulation/comp/studentComment.vue
-
4pages/tabbar/mine/index.vue
-
18pages/tabbar/operateTrain/index.vue
-
2pages/tabbar/statistics/comp/topUserInfo.vue
-
32pages/userCenter/myCar/comp/unbind.vue
-
18pages/userCenter/myCar/myCar.vue
-
BINstatic/images/coach/教练.png
-
BINstatic/images/index/carNum.png
-
BINstatic/images/index/coachIcon.png
-
BINstatic/images/index/siteIcon.png
@ -0,0 +1,32 @@ |
|||
<template> |
|||
<view> |
|||
<u-swipe-action> |
|||
<u-swipe-action-item |
|||
:options="options1" |
|||
> |
|||
<slot></slot> |
|||
</u-swipe-action-item> |
|||
</u-swipe-action> |
|||
</view> |
|||
</template> |
|||
|
|||
<script> |
|||
export default { |
|||
data() { |
|||
return { |
|||
options1: [{ |
|||
text: '解除绑定', |
|||
style: { |
|||
backgroundColor: '#f94242', |
|||
borderRadius: '16rpx', |
|||
padding: '16rpx' |
|||
} |
|||
}] |
|||
}; |
|||
}, |
|||
}; |
|||
</script> |
|||
|
|||
<style lang="scss"> |
|||
|
|||
</style> |
After Width: 26 | Height: 26 | Size: 904 B |
After Width: 32 | Height: 28 | Size: 514 B |
After Width: 32 | Height: 28 | Size: 957 B |
After Width: 32 | Height: 28 | Size: 1.2 KiB |
Write
Preview
Loading…
Cancel
Save
Reference in new issue