恢复视频的发布
This commit is contained in:
@@ -245,7 +245,7 @@
|
||||
showTypeSheet() {
|
||||
const _this = this;
|
||||
uni.showActionSheet({
|
||||
itemList:['文字','照片'/*,'视频'*/],
|
||||
itemList:['文字','照片','视频'],
|
||||
success: function (res) {
|
||||
//toChooseRelease
|
||||
if([1,2].includes(res.tapIndex)){
|
||||
|
||||
Reference in New Issue
Block a user