Explorar el Código

删除无用资源

zhnghongrui hace 1 año
padre
commit
71653ab659

+ 15 - 9
components/selectPicker/select_picker.vue

@@ -4,15 +4,16 @@
 			<view class="liy-search-warp">
 
 				<view class="liy-search-input">
-				<!-- 	<view @click="closeOverlay">
+					<!-- 	<view @click="closeOverlay">
 						取消
 					</view> -->
-					<view class="lsi-warp">
-						<image src="../../static/images/search.png" mode="widthFix" class="lsi-icon"></image>
-						<input class="lsi-input" v-model="keyword" placeholder="请输入搜索内容" @input="getParamsList" />
-
-					</view>
-				<!-- 	<view @click="confirm">
+					<!-- <view class="lsi-warp"> -->
+						<!-- <image src="../../static/images/search.png" mode="widthFix" class="lsi-icon"></image> -->
+						<!-- <input class="lsi-input" v-model="keyword" placeholder="请输入搜索内容" @input="getParamsList" /> -->
+						<unieasyinput prefixIcon="search" v-model="keyword" placeholder="请输入搜索内容"
+							@input="getParamsList"/>
+					<!-- </view> -->
+					<!-- 	<view @click="confirm">
 						确定
 					</view> -->
 				</view>
@@ -25,7 +26,7 @@
 								</view>
 								<view class="liy-search-title" v-else>未选择标题
 								</view>
-							<!-- 	<view class="liy-search-desc" v-if="subtitleKey">{{item[subtitleKey]}}</view> -->
+								<!-- 	<view class="liy-search-desc" v-if="subtitleKey">{{item[subtitleKey]}}</view> -->
 							</view>
 							<view class="liy-search-icon" v-if="mapSelectIndex == index">
 								<image class="lsi-icon" src="../../static/images/check_mark.png" mode="widthFix">
@@ -50,8 +51,10 @@
 </template>
 
 <script>
+	import unieasyinput from '../../uni_modules/uni-easyinput/components/uni-easyinput/uni-easyinput.vue'
 	export default {
 		name: 'select_picker',
+
 		props: {
 			list: {
 				type: Array,
@@ -66,6 +69,9 @@
 				default: null
 			},
 		},
+		components: {
+			unieasyinput
+		},
 		data() {
 			return {
 				mapSelectIndex: null,
@@ -113,7 +119,7 @@
 			closeOverlay() {
 				this.$emit("close");
 			},
-			confirm(){
+			confirm() {
 				// console.log(this.mapSelectIndex)
 			}
 		}

BIN
static/images/complete.png


BIN
static/images/icon_right.png


BIN
static/images/search.png


+ 0 - 19
uni_modules/uni-load-more/changelog.md

@@ -1,19 +0,0 @@
-## 1.3.3(2022-01-20)
-- 新增 showText属性 ,是否显示文本
-## 1.3.2(2022-01-19)
-- 修复 nvue 平台下不显示文本的bug
-## 1.3.1(2022-01-19)
-- 修复 微信小程序平台样式选择器报警告的问题
-## 1.3.0(2021-11-19)
-- 优化 组件UI,并提供设计资源,详见:[https://uniapp.dcloud.io/component/uniui/resource](https://uniapp.dcloud.io/component/uniui/resource)
-- 文档迁移,详见:[https://uniapp.dcloud.io/component/uniui/uni-load-more](https://uniapp.dcloud.io/component/uniui/uni-load-more)
-## 1.2.1(2021-08-24)
-- 新增 支持国际化
-## 1.2.0(2021-07-30)
-- 组件兼容 vue3,如何创建vue3项目,详见 [uni-app 项目支持 vue3 介绍](https://ask.dcloud.net.cn/article/37834)
-## 1.1.8(2021-05-12)
-- 新增 组件示例地址
-## 1.1.7(2021-03-30)
-- 修复 uni-load-more 在首页使用时,h5 平台报 'uni is not defined' 的 bug
-## 1.1.6(2021-02-05)
-- 调整为uni_modules目录规范

+ 0 - 5
uni_modules/uni-load-more/components/uni-load-more/i18n/en.json

@@ -1,5 +0,0 @@
-{
-	"uni-load-more.contentdown": "Pull up to show more",
-	"uni-load-more.contentrefresh": "loading...",
-	"uni-load-more.contentnomore": "No more data"
-}

+ 0 - 8
uni_modules/uni-load-more/components/uni-load-more/i18n/index.js

@@ -1,8 +0,0 @@
-import en from './en.json'
-import zhHans from './zh-Hans.json'
-import zhHant from './zh-Hant.json'
-export default {
-	en,
-	'zh-Hans': zhHans,
-	'zh-Hant': zhHant
-}

+ 0 - 5
uni_modules/uni-load-more/components/uni-load-more/i18n/zh-Hans.json

@@ -1,5 +0,0 @@
-{
-	"uni-load-more.contentdown": "上拉显示更多",
-	"uni-load-more.contentrefresh": "正在加载...",
-	"uni-load-more.contentnomore": "没有更多数据了"
-}

+ 0 - 5
uni_modules/uni-load-more/components/uni-load-more/i18n/zh-Hant.json

@@ -1,5 +0,0 @@
-{
-	"uni-load-more.contentdown": "上拉顯示更多",
-	"uni-load-more.contentrefresh": "正在加載...",
-	"uni-load-more.contentnomore": "沒有更多數據了"
-}

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 0 - 399
uni_modules/uni-load-more/components/uni-load-more/uni-load-more.vue


+ 0 - 86
uni_modules/uni-load-more/package.json

@@ -1,86 +0,0 @@
-{
-  "id": "uni-load-more",
-  "displayName": "uni-load-more 加载更多",
-  "version": "1.3.3",
-  "description": "LoadMore 组件,常用在列表里面,做滚动加载使用。",
-  "keywords": [
-    "uni-ui",
-    "uniui",
-    "加载更多",
-    "load-more"
-],
-  "repository": "https://github.com/dcloudio/uni-ui",
-  "engines": {
-    "HBuilderX": ""
-  },
-  "directories": {
-    "example": "../../temps/example_temps"
-  },
-  "dcloudext": {
-    "category": [
-      "前端组件",
-      "通用组件"
-    ],
-    "sale": {
-      "regular": {
-        "price": "0.00"
-      },
-      "sourcecode": {
-        "price": "0.00"
-      }
-    },
-    "contact": {
-      "qq": ""
-    },
-    "declaration": {
-      "ads": "无",
-      "data": "无",
-      "permissions": "无"
-    },
-    "npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui"
-  },
-  "uni_modules": {
-    "dependencies": ["uni-scss"],
-    "encrypt": [],
-    "platforms": {
-      "cloud": {
-        "tcb": "y",
-        "aliyun": "y"
-      },
-      "client": {
-        "App": {
-          "app-vue": "y",
-          "app-nvue": "y"
-        },
-        "H5-mobile": {
-          "Safari": "y",
-          "Android Browser": "y",
-          "微信浏览器(Android)": "y",
-          "QQ浏览器(Android)": "y"
-        },
-        "H5-pc": {
-          "Chrome": "y",
-          "IE": "y",
-          "Edge": "y",
-          "Firefox": "y",
-          "Safari": "y"
-        },
-        "小程序": {
-          "微信": "y",
-          "阿里": "y",
-          "百度": "y",
-          "字节跳动": "y",
-          "QQ": "y"
-        },
-        "快应用": {
-          "华为": "u",
-          "联盟": "u"
-        },
-        "Vue": {
-            "vue2": "y",
-            "vue3": "y"
-        }
-      }
-    }
-  }
-}

+ 0 - 14
uni_modules/uni-load-more/readme.md

@@ -1,14 +0,0 @@
-
-
-### LoadMore 加载更多
-> **组件名:uni-load-more**
-> 代码块: `uLoadMore`
-
-
-用于列表中,做滚动加载使用,展示 loading 的各种状态。
-
-
-### [查看文档](https://uniapp.dcloud.io/component/uniui/uni-load-more)
-#### 如使用过程中有任何问题,或者您对uni-ui有一些好的建议,欢迎加入 uni-ui 交流群:871950839 
-
-