-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
184 changed files
with
4,693 additions
and
342 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<!--pages/company_profile/company_profile.wxml--> | ||
<image src="/image/1.png" style="width: 100%;height: 320rpx;"></image> | ||
<image src="/image/2.png" style="width: 100%;height: 860rpx;"></image> | ||
<image src="/image/3.png" style="width: 100%;height: 884rpx;"></image> | ||
<image src="/image/4.png" style="width: 100%; height: 1308rpx;"></image> | ||
<image src="/image/5.png" style="width: 100%; height: 824rpx;"></image> | ||
<image src="https://img.js.design/assets/img/668d509144a5d5a4179f5090.jpg#2179d207c6d9d4f091cb5d910fc6882b" style="width: 100%;height: 320rpx;"></image> | ||
<image src="https://imgur.la/images/2024/08/15//2.png" style="width: 100%;height: 860rpx;"></image> | ||
<image src="https://imgur.la/images/2024/08/15//3.png" style="width: 100%;height: 884rpx;"></image> | ||
<image src="https://imgur.la/images/2024/08/15//4.png" style="width: 100%; height: 1308rpx;"></image> | ||
<image src="https://imgur.la/images/2024/08/15//5.png" style="width: 100%; height: 824rpx;"></image> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,87 @@ | ||
// pages/manage/add_car/add_car.js | ||
Page({ | ||
|
||
/** | ||
* 页面的初始数据 | ||
*/ | ||
data: { | ||
car:"", | ||
cars:[ | ||
{ | ||
name:"中国重汽 SITRAK C5H 340马力", | ||
start_time:"2024.06.10", | ||
end_time:"2024.06.16", | ||
image:"https://img.js.design/assets/img/6676f0385e1398b2613d0a74.jpg#c978f030c1acffcdad2fcac973e28def", | ||
person:"张晓军", | ||
info:"津A·88888" | ||
|
||
} | ||
] | ||
}, | ||
|
||
/** | ||
* 生命周期函数--监听页面加载 | ||
*/ | ||
onLoad(options) { | ||
|
||
}, | ||
|
||
/** | ||
* 生命周期函数--监听页面初次渲染完成 | ||
*/ | ||
onReady() { | ||
|
||
}, | ||
|
||
/** | ||
* 生命周期函数--监听页面显示 | ||
*/ | ||
onShow() { | ||
|
||
}, | ||
|
||
/** | ||
* 生命周期函数--监听页面隐藏 | ||
*/ | ||
onHide() { | ||
|
||
}, | ||
|
||
/** | ||
* 生命周期函数--监听页面卸载 | ||
*/ | ||
onUnload() { | ||
|
||
}, | ||
|
||
/** | ||
* 页面相关事件处理函数--监听用户下拉动作 | ||
*/ | ||
onPullDownRefresh() { | ||
|
||
}, | ||
|
||
/** | ||
* 页面上拉触底事件的处理函数 | ||
*/ | ||
onReachBottom() { | ||
|
||
}, | ||
|
||
/** | ||
* 用户点击右上角分享 | ||
*/ | ||
onShareAppMessage() { | ||
|
||
}, | ||
onChange(e) { | ||
console.log(e.detail.value); | ||
}, | ||
select_car(e) | ||
{ | ||
console.log(e.currentTarget.dataset.key) | ||
wx.navigateTo({ | ||
url: '/pages/manage/add_car_info/add_car_info', | ||
}) | ||
} | ||
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"usingComponents": { | ||
"t-search": "/miniprogram_npm/tdesign-miniprogram/search/search", | ||
"t-image": "/miniprogram_npm/tdesign-miniprogram/image/image", | ||
"t-button": "/miniprogram_npm/tdesign-miniprogram/button/button", | ||
"t-radio": "/miniprogram_npm/tdesign-miniprogram/radio/radio", | ||
"t-radio-group": "/miniprogram_npm/tdesign-miniprogram/radio-group/radio-group" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<!--pages/manage/add_car/add_car.wxml--> | ||
<view class="example-search"> | ||
<t-search placeholder="请输入车辆信息" shape="round" /> | ||
</view> | ||
<view class="container"> | ||
<view wx:for="{{cars}}" class='car' bind:tap="select_car" data-key="{{index}}"> | ||
<view class="car-name"> | ||
<t-image src="{{item.image}}" style="width:160rpx;height:160rpx" ></t-image> | ||
<view style="margin-left: 24rpx;"> | ||
<view class="car-name-1">{{item.name}}</view> | ||
<view class="car-time">车辆信息:{{item.info}}</view> | ||
</view> | ||
</view> | ||
</view> | ||
</view> |
Oops, something went wrong.