Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
_milo
Great Teamwork
提交
32d21a33
Great Teamwork
项目概览
_milo
/
Great Teamwork
通知
13
Star
0
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
Great Teamwork
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
32d21a33
编写于
5月 04, 2023
作者:
R
Renic1
浏览文件
操作
浏览文件
下载
差异文件
Merge branch 'frontend' of
https://gitcode.net/qq_50679803/great-teamwork
into frontend
上级
33bce5df
2d8c72af
变更
8
隐藏空白更改
内联
并排
Showing
8 changed file
with
420 addition
and
80 deletion
+420
-80
teamwork/pages.json
teamwork/pages.json
+26
-1
teamwork/pages/my/main.vue
teamwork/pages/my/main.vue
+74
-57
teamwork/pages/my/my-modify.vue
teamwork/pages/my/my-modify.vue
+30
-15
teamwork/pages/my/my-resetpassword.vue
teamwork/pages/my/my-resetpassword.vue
+19
-5
teamwork/pages/my/my-setting.vue
teamwork/pages/my/my-setting.vue
+8
-2
teamwork/uni_modules/select-lay/changelog.md
teamwork/uni_modules/select-lay/changelog.md
+10
-0
teamwork/uni_modules/select-lay/package.json
teamwork/uni_modules/select-lay/package.json
+80
-0
teamwork/uni_modules/select-lay/readme.md
teamwork/uni_modules/select-lay/readme.md
+173
-0
未找到文件。
teamwork/pages.json
浏览文件 @
32d21a33
...
...
@@ -3,7 +3,32 @@
"easycom"
:
{
"^u-(.*)"
:
"@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
},
"pages"
:
[{
"pages"
:
[
{
"path"
:
"pages/my/main"
,
"style"
:
{
"navigationStyle"
:
"custom"
}
},
{
"path"
:
"pages/my/my-modify"
,
"style"
:
{
"navigationStyle"
:
"custom"
}
},
{
"path"
:
"pages/my/my-setting"
,
"style"
:
{
"navigationStyle"
:
"custom"
}
},
{
"path"
:
"pages/my/my-resetpassword"
,
"style"
:
{
"navigationStyle"
:
"custom"
}
},
{
"path"
:
"pages/post/post"
,
"style"
:
{
"navigationStyle"
:
"custom"
...
...
teamwork/pages/my/main.vue
浏览文件 @
32d21a33
<
template
>
<view
class=
"main"
>
<view
class=
"modify"
>
<image
class=
"modify-icon"
src=
"/static/my/main/modify-icon.png"
></image>
<image
class=
"modify-icon"
src=
"/static/my/main/modify-icon.png"
@
click=
"goToModify()"
></image>
</view>
<view
class=
"info"
>
<view
class=
"info1"
>
...
...
@@ -35,11 +34,11 @@
<view>
运动记录
</view>
</view>
<view
class=
"setting"
>
<view
class=
"setting-icon"
></view>
<view
class=
"setting-icon"
@
click=
"goToSetting()"
></view>
<view>
设置
</view>
</view>
<view
class=
"reset-password"
>
<view
class=
"reset-password-icon"
></view>
<view
class=
"reset-password-icon"
@
click=
"goToResetpassword()"
></view>
<view>
修改密码
</view>
</view>
</view>
...
...
@@ -50,14 +49,31 @@
<
script
>
export
default
{
data
()
{
return
{
nickname
:
'
王二蛋
'
,
schoolName
:
'
福州大学
'
,
teamName
:
'
must go
'
,
point
:
'
1250
'
,
}
}
data
()
{
return
{
nickname
:
'
王二蛋
'
,
schoolName
:
'
福州大学
'
,
teamName
:
'
must go
'
,
point
:
'
1250
'
}
},
methods
:{
goToModify
()
{
uni
.
navigateTo
({
url
:
'
/pages/my/my-modify
'
})
},
goToSetting
()
{
uni
.
navigateTo
({
url
:
'
/pages/my/my-setting
'
})
},
goToResetpassword
()
{
uni
.
navigateTo
({
url
:
'
/pages/my/my-resetpassword
'
})
}
}
}
</
script
>
...
...
@@ -74,10 +90,10 @@
}
.modify-icon
{
margin-top
:
3
0
rpx
;
margin-left
:
8
4
%
;
width
:
10
0
rpx
;
height
:
10
0
rpx
;
margin-top
:
5
0
rpx
;
margin-left
:
8
5
%
;
width
:
7
0
rpx
;
height
:
7
0
rpx
;
}
.info
{
...
...
@@ -90,9 +106,9 @@
.head-portrait
{
margin-top
:
50
rpx
;
margin-left
:
20
%
;
width
:
15
0
rpx
;
height
:
15
0
rpx
;
margin-left
:
15
%
;
width
:
20
0
rpx
;
height
:
20
0
rpx
;
border-radius
:
50%
;
background-size
:
100%
100%
;
background-image
:
url("/static/my/main/head-portrait.png")
;
...
...
@@ -103,19 +119,19 @@
width
:
250
rpx
;
height
:
50
rpx
;
font-size
:
3
0
rpx
;
font-size
:
6
0
rpx
;
text-align
:
left
;
float
:
right
;
margin-top
:
100
rpx
;
margin-right
:
1
5
0
rpx
;
margin-right
:
1
0
0
rpx
;
}
.info2
{
border-radius
:
20
rpx
;
background-color
:
#FFFFFF
;
width
:
6
5%
;
width
:
7
5%
;
height
:
60%
;
margin-top
:
2
0px
;
margin-top
:
5
0px
;
margin-left
:
auto
;
margin-right
:
auto
;
}
...
...
@@ -126,8 +142,8 @@
}
.school-icon
{
width
:
5
0
rpx
;
height
:
5
0
rpx
;
width
:
7
0
rpx
;
height
:
7
0
rpx
;
margin-top
:
50
rpx
;
margin-left
:
50
rpx
;
background-size
:
100%
100%
;
...
...
@@ -137,11 +153,11 @@
}
.school-name
{
width
:
3
0
0
rpx
;
height
:
5
0
rpx
;
margin-top
:
5
0
rpx
;
margin-right
:
5
0
rpx
;
font-size
:
3
0
rpx
;
width
:
3
2
0
rpx
;
height
:
3
0
rpx
;
margin-top
:
6
0
rpx
;
margin-right
:
5
5
rpx
;
font-size
:
3
5
rpx
;
text-align
:
left
;
float
:
right
;
}
...
...
@@ -151,8 +167,8 @@
}
.team-icon
{
width
:
5
0
rpx
;
height
:
5
0
rpx
;
width
:
7
0
rpx
;
height
:
7
0
rpx
;
margin-top
:
50
rpx
;
margin-left
:
50
rpx
;
background-size
:
100%
100%
;
...
...
@@ -162,11 +178,11 @@
}
.team-name
{
width
:
3
0
0
rpx
;
height
:
5
0
rpx
;
margin-top
:
5
0
rpx
;
margin-right
:
5
0
rpx
;
font-size
:
3
0
rpx
;
width
:
3
2
0
rpx
;
height
:
3
0
rpx
;
margin-top
:
6
0
rpx
;
margin-right
:
5
5
rpx
;
font-size
:
3
5
rpx
;
text-align
:
left
;
float
:
right
;
}
...
...
@@ -176,8 +192,8 @@
}
.point-icon
{
width
:
5
0
rpx
;
height
:
5
0
rpx
;
width
:
7
0
rpx
;
height
:
7
0
rpx
;
margin-top
:
50
rpx
;
margin-left
:
50
rpx
;
background-size
:
100%
100%
;
...
...
@@ -187,17 +203,18 @@
}
.point-num
{
width
:
3
0
0
rpx
;
height
:
5
0
rpx
;
margin-top
:
5
0
rpx
;
margin-right
:
5
0
rpx
;
font-size
:
3
0
rpx
;
width
:
3
2
0
rpx
;
height
:
3
0
rpx
;
margin-top
:
6
0
rpx
;
margin-right
:
5
5
rpx
;
font-size
:
3
5
rpx
;
text-align
:
left
;
float
:
right
;
}
.func
{
width
:
65%
;
width
:
75%
;
margin-top
:
30
rpx
;
margin-left
:
auto
;
margin-right
:
auto
;
display
:
flex
;
...
...
@@ -207,13 +224,13 @@
}
.my-post
{
width
:
15
0
rpx
;
width
:
20
0
rpx
;
height
:
250
rpx
;
}
.my-post-icon
{
width
:
7
0
rpx
;
height
:
7
0
rpx
;
width
:
10
0
rpx
;
height
:
10
0
rpx
;
margin-top
:
50
rpx
;
margin-left
:
auto
;
margin-right
:
auto
;
...
...
@@ -223,13 +240,13 @@
}
.running-record
{
width
:
15
0
rpx
;
width
:
20
0
rpx
;
height
:
250
rpx
;
}
.running-record-icon
{
width
:
7
0
rpx
;
height
:
7
0
rpx
;
width
:
10
0
rpx
;
height
:
10
0
rpx
;
margin-top
:
50
rpx
;
margin-left
:
auto
;
margin-right
:
auto
;
...
...
@@ -239,13 +256,13 @@
}
.setting
{
width
:
15
0
rpx
;
width
:
20
0
rpx
;
height
:
250
rpx
;
}
.setting-icon
{
width
:
7
0
rpx
;
height
:
7
0
rpx
;
width
:
10
0
rpx
;
height
:
10
0
rpx
;
margin-top
:
50
rpx
;
margin-left
:
auto
;
margin-right
:
auto
;
...
...
@@ -255,13 +272,13 @@
}
.reset-password
{
width
:
15
0
rpx
;
width
:
20
0
rpx
;
height
:
250
rpx
;
}
.reset-password-icon
{
width
:
7
0
rpx
;
height
:
7
0
rpx
;
width
:
10
0
rpx
;
height
:
10
0
rpx
;
margin-top
:
50
rpx
;
margin-left
:
auto
;
margin-right
:
auto
;
...
...
teamwork/pages/my/my-modify.vue
浏览文件 @
32d21a33
<
template
>
<veiw
class=
"main"
>
<view
class=
"
exit
"
>
<view
class=
"
exit-btn
"
></view>
<view
class=
"
return
"
>
<view
class=
"
return-btn"
@
click=
"goBack
"
></view>
</view>
<view
class=
"head-portrait"
>
<view
class=
"head-portrait-icon"
></view>
...
...
@@ -9,19 +9,19 @@
<view
class=
"info"
>
<veiw
class=
"nickname"
>
<span>
用户名:
</span>
<input
type=
"text"
:value=
"nickname"
:valplaceholder=
'请输入用户名'
></input>
<input
type=
"text"
:value=
"nickname"
class=
"in"
placeholder=
"请输入用户名"
></input>
</veiw>
<veiw
class=
"school"
>
<span>
学
 
校:
</span>
<select-lay
class=
"seclect
School"
:value=
"school"
slabel=
"type
"
svalue=
"typeid"
placeholder=
"请选择学校"
:options=
"allSchool"
@
selectitem=
"selectitem"
></select-lay>
<select-lay
class=
"seclect
-school"
slabel=
"type"
:value=
"school
"
svalue=
"typeid"
placeholder=
"请选择学校"
:options=
"allSchool"
@
selectitem=
"selectitem"
></select-lay>
</veiw>
<veiw
class=
"tel"
>
<span>
手机号:
</span>
<input
type=
"number"
:value=
"tel"
:vaplaceholder=
'请输入手机号'
></input>
<input
type=
"number"
:value=
"tel"
class=
"in"
placeholder=
"请输入手机号"
></input>
</veiw>
<veiw
class=
"gender"
>
<span>
性
 
别:
</span>
<radio-group
@
change=
"change"
>
<radio-group>
<label>
<radio
:value=
"'0'"
checked=
"checked"
/>
男
<radio
:value=
"'1'"
/>
女
...
...
@@ -40,8 +40,8 @@
data
()
{
return
{
schoolChannelid
:
''
,
school
:
''
,
nickname
:
'
王二蛋
'
,
school
:
'
福州大学
'
,
tel
:
'
15305986885
'
,
allSchool
:
[{
type
:
'
福州大学
'
,
...
...
@@ -83,6 +83,11 @@
}
}
})
},
goBack
(){
uni
.
navigateBack
({
delta
:
1
,
//返回层数,2则上上页
})
}
},
...
...
@@ -96,16 +101,16 @@
height
:
100%
;
background-color
:
#EDEEF0
;
}
.
exit
{
.
return
{
/* border: 2rpx solid #000; */
height
:
10%
;
}
.
exit
-btn
{
.
return
-btn
{
width
:
70
rpx
;
height
:
70
rpx
;
margin-top
:
50
rpx
;
margin-left
:
5
0
rpx
;
margin-left
:
2
0
rpx
;
background-size
:
100%
100%
;
background-image
:
url("/static/my/exit-icon.png")
;
background-repeat
:
no-repeat
;
...
...
@@ -119,8 +124,8 @@
margin-top
:
100
rpx
;
margin-left
:
auto
;
margin-right
:
auto
;
width
:
1
50
rpx
;
height
:
1
50
rpx
;
width
:
2
50
rpx
;
height
:
2
50
rpx
;
border-radius
:
50%
;
background-size
:
100%
100%
;
background-image
:
url("/static/my/main/head-portrait.png")
;
...
...
@@ -140,7 +145,7 @@
display
:
flex
;
align-items
:
center
;
width
:
100%
;
border-bottom
:
1px
solid
#ccc
;
/* border-bottom: 1px solid #ccc; */
}
.school
{
...
...
@@ -149,7 +154,12 @@
display
:
flex
;
align-items
:
center
;
width
:
100%
;
border-bottom
:
1px
solid
#ccc
;
border
:
none
;
/* border-bottom: 1px solid #ccc; */
}
.seclect-school
{
width
:
73%
;
border
:
1px
solid
#ccc
;
}
.tel
{
...
...
@@ -158,7 +168,11 @@
display
:
flex
;
align-items
:
center
;
width
:
100%
;
border-bottom
:
1px
solid
#ccc
;
/* border-bottom: 1px solid #ccc; */
}
.in
{
height
:
80
rpx
;
border
:
1px
solid
#ccc
;
}
.gender
{
...
...
@@ -176,6 +190,7 @@
color
:
#FFFFFF
;
width
:
70%
;
height
:
85
rpx
;
line-height
:
85
rpx
;
margin-top
:
100
rpx
;
margin-left
:
auto
;
margin-right
:
auto
;
...
...
teamwork/pages/my/my-resetpassword.vue
浏览文件 @
32d21a33
<
template
>
<view
class=
"main"
>
<view
class=
"return"
>
<view
class=
"return-btn"
></view>
<view
class=
"return-btn"
@
click=
"goBack"
></view>
</view>
<view
class=
"content"
>
<veiw
class=
"password"
>
...
...
@@ -50,6 +50,11 @@
}
}
})
},
goBack
(){
uni
.
navigateBack
({
delta
:
1
,
//返回层数,2则上上页
})
}
}
}
...
...
@@ -67,23 +72,31 @@
width
:
70
rpx
;
height
:
70
rpx
;
margin-top
:
50
rpx
;
margin-left
:
5
0
rpx
;
margin-left
:
2
0
rpx
;
background-size
:
100%
100%
;
background-image
:
url("/static/my/exit-icon.png")
;
background-repeat
:
no-repeat
;
}
.content
{
width
:
70%
;
width
:
80%
;
margin-top
:
50%
;
margin-left
:
auto
;
margin-right
:
auto
;
}
.password
{
margin-top
:
50
rpx
;
height
:
15
%
;
height
:
20
%
;
display
:
flex
;
align-items
:
center
;
width
:
100%
;
/* border-bottom: 1px solid #ccc; */
}
.password
span
{
font-size
:
35
rpx
;
}
.password
input
{
border-bottom
:
1px
solid
#ccc
;
}
.confirm
{
...
...
@@ -95,6 +108,7 @@
color
:
#FFFFFF
;
width
:
70%
;
height
:
85
rpx
;
line-height
:
85
rpx
;
margin-top
:
100
rpx
;
margin-left
:
auto
;
margin-right
:
auto
;
...
...
teamwork/pages/my/my-setting.vue
浏览文件 @
32d21a33
<
template
>
<view
class=
"main"
>
<view
class=
"return"
>
<view
class=
"return-btn"
></view>
<view
class=
"return-btn"
@
click=
"goBack"
></view>
</view>
<view
class=
"profile"
>
<view
class=
"profile-title"
>
...
...
@@ -32,7 +32,7 @@
data
()
{
return
{
profileContent
:
'
Must Go,本产品基于 Vue Uniapp开发,提供 Android 和iOS 端 APP,针对于“后疫情”时代的身体素质普遍下降的问题,恢复大学生们原有的朝气。该产品定位于帮助众多大学生,乃至更多青年人走出怠惰于运动的舒适圈,增强身体素质、培养积极向上的心理状态。通过该产品可以轻松且高效地搜集到周边、尤其是自身高校的赛事活动信息,及时报名参与,并突破现在运动类APP的圈子局限,不必局限于与远在天边的“朋友”分享运动成果,而可以召集小队发帖社交与近在咫尺的“队友”外出活动。
'
,
aboutContent
:
'
有问题或反馈请
拨打
\n
我们的
联系电话:18960545221
'
aboutContent
:
'
有问题或反馈请
致电我们
\n
联系电话:18960545221
'
}
},
methods
:{
...
...
@@ -49,6 +49,11 @@
}
}
})
},
goBack
(){
uni
.
navigateBack
({
delta
:
1
,
//返回层数,2则上上页
})
}
}
}
...
...
@@ -180,6 +185,7 @@
color
:
#FFFFFF
;
width
:
70%
;
height
:
85
rpx
;
line-height
:
85
rpx
;
margin-top
:
50
rpx
;
margin-left
:
auto
;
margin-right
:
auto
;
...
...
teamwork/uni_modules/select-lay/changelog.md
0 → 100644
浏览文件 @
32d21a33
## 1.3.8(2022-01-18)
修复了一些小问题,应该...没问题了吧。。。
## 1.3.7(2022-01-14)
修复了个bug,该bug导致:手机端使用时,当获取焦点方式展开列表,列表无法滑动
## 1.3.6(2021-09-22)
修改了插件部分内部元素,防止该组件在app端时,滑动穿透。
## 1.3.5(2021-09-22)
【禁用组件】提示更明显了。新增了【正在搜索...】提示。添加了事件修饰.stop ,不知道是否能解决有事件穿透行为的bug。ps:我还没遇到这个问题,烦!
## 1.3.4(2021-09-10)
修改插件为uni_modules目录结构
teamwork/uni_modules/select-lay/package.json
0 → 100644
浏览文件 @
32d21a33
{
"id"
:
"select-lay"
,
"dcloudext"
:
{
"category"
:
[
"前端组件"
,
"通用组件"
],
"sale"
:
{
"regular"
:
{
"price"
:
"0.00"
},
"sourcecode"
:
{
"price"
:
"0.00"
}
},
"contact"
:
{
"qq"
:
""
},
"declaration"
:
{
"ads"
:
"无"
,
"data"
:
"插件不采集任何数据"
,
"permissions"
:
"无"
},
"npmurl"
:
""
},
"displayName"
:
"select-lay"
,
"version"
:
"1.3.8"
,
"description"
:
"简单的下拉选择插件"
,
"keywords"
:
[
"select"
,
"下拉"
,
"选择"
],
"repository"
:
""
,
"engines"
:
{
"HBuilderX"
:
"^3.0.7"
},
"uni_modules"
:
{
"platforms"
:
{
"cloud"
:
{
"tcb"
:
"y"
,
"aliyun"
:
"y"
},
"client"
:
{
"Vue"
:
{
"vue2"
:
"y"
,
"vue3"
:
"u"
},
"App"
:
{
"app-vue"
:
"y"
,
"app-nvue"
:
"n"
},
"H5-mobile"
:
{
"Safari"
:
"y"
,
"Android Browser"
:
"y"
,
"微信浏览器(Android)"
:
"y"
,
"QQ浏览器(Android)"
:
"y"
},
"H5-pc"
:
{
"Chrome"
:
"y"
,
"IE"
:
"u"
,
"Edge"
:
"u"
,
"Firefox"
:
"y"
,
"Safari"
:
"y"
},
"小程序"
:
{
"微信"
:
"y"
,
"阿里"
:
"y"
,
"百度"
:
"y"
,
"字节跳动"
:
"y"
,
"QQ"
:
"y"
},
"快应用"
:
{
"华为"
:
"u"
,
"联盟"
:
"u"
}
}
}
}
}
teamwork/uni_modules/select-lay/readme.md
0 → 100644
浏览文件 @
32d21a33
## 插件使用方法:
`<select-lay :value="tval" name="name" :options="datalist" @selectitem="selectitem"></select-lay>`
## 配置参数:
属性名|类型|默认值|说明
:--:|:--:|:--:|-
value|String|""|默认展示的value值
name|String|""|input的字段名
zindex|Number|""|层级,默认999,防止多个组件一起使用时下拉栏穿透
slabel|String|label|自定义列表中键值对关系,参考示例
svalue|String|value|自定义列表中键值对关系,该值对应value,参考示例
placeholder|String|请选择|无选项时展示的文字
showplaceholder|Boolean|true|下拉时是否展示请选择按钮
options|Array|无|数据列表
disabled|Boolean|false|是否禁用
## 事件:
事件名|说明|返回值
:--:|:--:|-
@selectitem|点击项目触发的事件|参数 (索引,具体项目)
## 说明:
此插件依赖scss,请务必安装!!!
## 示例:
```
<template>
<view class="content">
<form @submit="formSubmit">
<view class="item">通用写法:</view>
<select-lay :zindex="1211" :value="tval" name="name" placeholder="请选择项目" :options="datalist"
@selectitem="selectitem">
</select-lay>
<view style="height:40rpx"></view>
<view class="item">禁用组件:</view>
<select-lay :zindex="1111" :value="tval2" name="name2" placeholder="请选择项目2" :options="datalist2"
:disabled="true">
</select-lay>
<view style="height:40rpx"></view>
<view class="item">自定义数据索引对象:</view>
<select-lay :value="tval3" name="name3" slabel="myname" svalue="myvalue" placeholder="请选择项目3"
:options="datalist3" @selectitem="selectitem3">
</select-lay>
<view style="height:40rpx"></view>
<view class="item">取消下拉默认展示的提醒按钮</view>
<select-lay :value="tval4" name="name4" placeholder="请选择项目4" :showplaceholder="false" :options="datalist4" @selectitem="selectitem4">
</select-lay>
<button class="btn" form-type="submit">Submit</button>
</form>
</view>
</template>
<script>
export default {
data() {
return {
//模拟数据列表
datalist: [],
//模拟初始数据
tval: "value2",
//模拟数据列表
datalist2: [],
//模拟初始数据
tval2: "2value1",
//模拟数据列表
datalist3: [],
//模拟初始数据
tval3: "myvalue1",
//模拟数据列表
datalist4: [],
//模拟初始数据
tval4: "4value1"
}
},
onReady() {
this.datalist = [{
label: "label1",
value: "value1"
},
{
label: "label2",
value: "value2"
},
{
label: "label3",
value: "value3"
}
];
this.datalist2 = [{
label: "2label1",
value: "2value1"
},
{
label: "2label2",
value: "2value2"
},
{
label: "2label3",
value: "2value3"
}
];
this.datalist3 = [{
myname: "我是myname1",
myvalue: "myvalue1"
},
{
myname: "我是myname2",
myvalue: "myvalue2"
},
{
myname: "我是myname3",
myvalue: "myvalue3"
},
{
myname: "我是myname4",
myvalue: "myvalue4"
}
];
this.datalist4 = [{
label: "4label1",
value: "4value1"
},
{
label: "4label2",
value: "4value2"
},
{
label: "4label3",
value: "4value3"
}
];
},
methods: {
formSubmit(e) {
console.log('form发生了submit事件,携带数据为:' + JSON.stringify(e.detail.value))
},
selectitem(index, item) {
console.log(item)
if (index >= 0) {
this.tval = item.value;
} else {
this.tval = ""
}
},
selectitem3(index, item) {
console.log(item)
if (index >= 0) {
this.tval3 = item.myvalue;
} else {
this.tval3 = ""
}
},
selectitem4(index, item) {
console.log(item)
if (index >= 0) {
this.tval4 = item.value;
} else {
this.tval4 = ""
}
}
}
}
</script>
```
\ No newline at end of file
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录