Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
B
book-app
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
book-app
Commits
e74a0d00
提交
e74a0d00
authored
2月 20, 2024
作者:
yueweilu
浏览文件
操作
浏览文件
下载
差异文件
Merge remote-tracking branch 'origin/test' into test
上级
af7c1014
5c7a4b92
隐藏空白字符变更
内嵌
并排
正在显示
9 个修改的文件
包含
8 行增加
和
9 行删除
+8
-9
awaiting.dart
lib/pages/user_order/widgets/awaiting.dart
+1
-1
canceled.dart
lib/pages/user_order/widgets/canceled.dart
+1
-1
completed.dart
lib/pages/user_order/widgets/completed.dart
+1
-1
refunded.dart
lib/pages/user_order/widgets/refunded.dart
+1
-1
search_controller.dart
lib/pages/user_order/widgets/search_controller.dart
+0
-1
view.dart
lib/pages/user_order_awaiting/view.dart
+1
-1
view.dart
lib/pages/user_order_completed/view.dart
+1
-1
view.dart
lib/pages/user_order_evaluate/view.dart
+1
-1
view.dart
lib/pages/user_order_refunded/view.dart
+1
-1
没有找到文件。
lib/pages/user_order/widgets/awaiting.dart
浏览文件 @
e74a0d00
...
@@ -157,7 +157,7 @@ class BuiltAwaiting extends StatelessWidget {
...
@@ -157,7 +157,7 @@ class BuiltAwaiting extends StatelessWidget {
text:
TextSpan
(
text:
TextSpan
(
children:
[
children:
[
TextSpan
(
TextSpan
(
text:
model
.
cartList
![
0
].
introduction
??
''
,
text:
model
.
cartList
![
0
].
name
??
''
,
style:
TextStyle
(
style:
TextStyle
(
color:
Colours
.
c3
,
color:
Colours
.
c3
,
fontWeight:
Fonts
.
medium
,
fontWeight:
Fonts
.
medium
,
...
...
lib/pages/user_order/widgets/canceled.dart
浏览文件 @
e74a0d00
...
@@ -118,7 +118,7 @@ class BuiltCanceled extends StatelessWidget {
...
@@ -118,7 +118,7 @@ class BuiltCanceled extends StatelessWidget {
text:
TextSpan
(
text:
TextSpan
(
children:
[
children:
[
TextSpan
(
TextSpan
(
text:
model
.
cartList
![
0
].
introduction
??
''
,
text:
model
.
cartList
![
0
].
name
??
''
,
style:
TextStyle
(
style:
TextStyle
(
color:
Colours
.
c3
,
color:
Colours
.
c3
,
fontWeight:
Fonts
.
medium
,
fontWeight:
Fonts
.
medium
,
...
...
lib/pages/user_order/widgets/completed.dart
浏览文件 @
e74a0d00
...
@@ -111,7 +111,7 @@ class BuiltCompleted extends StatelessWidget {
...
@@ -111,7 +111,7 @@ class BuiltCompleted extends StatelessWidget {
text:
TextSpan
(
text:
TextSpan
(
children:
[
children:
[
TextSpan
(
TextSpan
(
text:
model
.
cartList
![
0
].
introduction
??
''
,
text:
model
.
cartList
![
0
].
name
??
''
,
style:
TextStyle
(
style:
TextStyle
(
color:
Colours
.
c3
,
color:
Colours
.
c3
,
fontWeight:
Fonts
.
medium
,
fontWeight:
Fonts
.
medium
,
...
...
lib/pages/user_order/widgets/refunded.dart
浏览文件 @
e74a0d00
...
@@ -106,7 +106,7 @@ class BuiltRefunded extends StatelessWidget {
...
@@ -106,7 +106,7 @@ class BuiltRefunded extends StatelessWidget {
text:
TextSpan
(
text:
TextSpan
(
children:
[
children:
[
TextSpan
(
TextSpan
(
text:
model
.
cartList
![
0
].
introduction
??
''
,
text:
model
.
cartList
![
0
].
name
??
''
,
style:
TextStyle
(
style:
TextStyle
(
color:
Colours
.
c3
,
color:
Colours
.
c3
,
fontWeight:
Fonts
.
medium
,
fontWeight:
Fonts
.
medium
,
...
...
lib/pages/user_order/widgets/search_controller.dart
浏览文件 @
e74a0d00
...
@@ -30,7 +30,6 @@ class UserSearchController extends GetxController
...
@@ -30,7 +30,6 @@ class UserSearchController extends GetxController
/// 获取订单列表
/// 获取订单列表
Future
<
void
>
_getOrders
({
bool
isRefresh
=
false
,
String
keys
=
''
,})
async
{
Future
<
void
>
_getOrders
({
bool
isRefresh
=
false
,
String
keys
=
''
,})
async
{
// 网路请求
final
result
=
await
MineAPI
.
orderList
(
final
result
=
await
MineAPI
.
orderList
(
page:
_page
,
limit:
_limit
,
status:
0
,
keys:
keys
);
page:
_page
,
limit:
_limit
,
status:
0
,
keys:
keys
);
orderList
.
clear
();
orderList
.
clear
();
...
...
lib/pages/user_order_awaiting/view.dart
浏览文件 @
e74a0d00
...
@@ -90,7 +90,7 @@ class _UserOrderAwaitingState extends State<UserOrderAwaitingPage> {
...
@@ -90,7 +90,7 @@ class _UserOrderAwaitingState extends State<UserOrderAwaitingPage> {
CrossAxisAlignment
.
end
,
// 下面的Text靠左
CrossAxisAlignment
.
end
,
// 下面的Text靠左
children:
[
children:
[
Text
(
Text
(
controller
.
model
.
bookList
?[
0
].
introduction
??
''
,
controller
.
model
.
bookList
?[
0
].
name
??
''
,
style:
TextStyle
(
style:
TextStyle
(
color:
Colours
.
c3
,
color:
Colours
.
c3
,
fontWeight:
Fonts
.
bold
,
fontWeight:
Fonts
.
bold
,
...
...
lib/pages/user_order_completed/view.dart
浏览文件 @
e74a0d00
...
@@ -82,7 +82,7 @@ class _UserOrderCompletedState extends State<UserOrderCompletedPage> {
...
@@ -82,7 +82,7 @@ class _UserOrderCompletedState extends State<UserOrderCompletedPage> {
height:
47.5
.
w
,
height:
47.5
.
w
,
child:
Text
(
child:
Text
(
controller
.
model
.
bookList
==
null
?
''
:
controller
.
model
.
bookList
==
null
?
''
:
controller
.
model
.
bookList
![
0
].
introduction
??
''
,
controller
.
model
.
bookList
![
0
].
name
??
''
,
style:
TextStyle
(
style:
TextStyle
(
color:
Colours
.
c3
,
color:
Colours
.
c3
,
fontWeight:
Fonts
.
bold
,
fontWeight:
Fonts
.
bold
,
...
...
lib/pages/user_order_evaluate/view.dart
浏览文件 @
e74a0d00
...
@@ -213,7 +213,7 @@ class _UserOrderEvaluatePageState extends State<UserOrderEvaluatePage> {
...
@@ -213,7 +213,7 @@ class _UserOrderEvaluatePageState extends State<UserOrderEvaluatePage> {
Gaps
.
hGaps10
,
Gaps
.
hGaps10
,
Expanded
(
Expanded
(
child:
Text
(
child:
Text
(
bookListModel
.
introduction
.
toString
(),
bookListModel
.
name
.
toString
(),
style:
TextStyle
(
style:
TextStyle
(
fontSize:
13
.
w
,
fontSize:
13
.
w
,
height:
1.5
,
height:
1.5
,
...
...
lib/pages/user_order_refunded/view.dart
浏览文件 @
e74a0d00
...
@@ -75,7 +75,7 @@ class _UserOrderRefundedState extends State<UserOrderRefundedPage> {
...
@@ -75,7 +75,7 @@ class _UserOrderRefundedState extends State<UserOrderRefundedPage> {
Container
(
Container
(
height:
62.5
.
w
,
height:
62.5
.
w
,
child:
Text
(
child:
Text
(
controller
.
model
?.
bookList
?[
0
].
introduction
??
''
,
controller
.
model
?.
bookList
?[
0
].
name
??
''
,
style:
TextStyle
(
style:
TextStyle
(
color:
Colours
.
c3
,
color:
Colours
.
c3
,
fontWeight:
Fonts
.
bold
,
fontWeight:
Fonts
.
bold
,
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论