diff --git a/main.js b/main.js
index 821bf6c..f37200f 100644
--- a/main.js
+++ b/main.js
@@ -9,12 +9,12 @@ import Mylink from './node_modules/uni-simple-router/dist/link.vue'
import { INIT } from './im/INIT'
-(async () => {
+// (async () => {
Vue.component('my-link', Mylink)
Vue.use(uView)
Vue.use(router)
- await INIT();
+ // await INIT();
Vue.config.productionTip = false
App.mpType = 'app'
@@ -23,4 +23,4 @@ import { INIT } from './im/INIT'
...App
})
app.$mount()
-})()
+// })()
diff --git a/pages/account/withdraws.vue b/pages/account/withdraws.vue
index 8a3a630..9fe6f4a 100644
--- a/pages/account/withdraws.vue
+++ b/pages/account/withdraws.vue
@@ -106,9 +106,6 @@
uni.hideLoading()
}).catch(err => {
-
- console.log(err)
-
uni.showModal({
content : err.message,
showCancel : false,
diff --git a/pages/im/msg.vue b/pages/im/msg.vue
index 0bdaa5d..cf7c383 100644
--- a/pages/im/msg.vue
+++ b/pages/im/msg.vue
@@ -59,8 +59,6 @@
}
},
onShow() {
- console.log()
-
// this.$nim.msg()
},
methods: {
diff --git a/pages/index/index.vue b/pages/index/index.vue
index ee95bd2..763a428 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -110,6 +110,13 @@
+
+
+
@@ -119,6 +126,18 @@
export default {
data() {
return {
+ jgArr : [
+ { name: '中信' },
+ { name: '哈尔滨' },
+ { name: '广州' },
+ { name: '发展银行' },
+ { name: '其他机构' },
+ { name: '中信' },
+ { name: '哈尔滨' },
+ { name: '广州' },
+ { name: '发展银行' },
+ { name: '其他机构' }
+ ],
theTabs : [
{ category_id: '', title: '全部' }
],
@@ -146,6 +165,9 @@
this.getZf()
},
methods: {
+ onOpen(){
+ this.$refs.MecanisPicker.open()
+ },
// 获取金法列表
getJf(){
let params = {
diff --git a/pages/work/perfectBasis.vue b/pages/work/perfectBasis.vue
index 0417aa1..ef00543 100644
--- a/pages/work/perfectBasis.vue
+++ b/pages/work/perfectBasis.vue
@@ -106,21 +106,21 @@
*现居住地址
-
+
-
+
-
+
diff --git a/uni_modules/oct-mechanism-picker/changelog.md b/uni_modules/oct-mechanism-picker/changelog.md
new file mode 100644
index 0000000..e69de29
diff --git a/uni_modules/oct-mechanism-picker/components/oct-mechanism-picker/oct-mechanism-picker.vue b/uni_modules/oct-mechanism-picker/components/oct-mechanism-picker/oct-mechanism-picker.vue
new file mode 100644
index 0000000..2785aea
--- /dev/null
+++ b/uni_modules/oct-mechanism-picker/components/oct-mechanism-picker/oct-mechanism-picker.vue
@@ -0,0 +1,68 @@
+
+
+
+
+ {{title}}
+
+ {{item.name}}
+
+
+
+
+
+
+
+
diff --git a/uni_modules/oct-mechanism-picker/package.json b/uni_modules/oct-mechanism-picker/package.json
new file mode 100644
index 0000000..610cb64
--- /dev/null
+++ b/uni_modules/oct-mechanism-picker/package.json
@@ -0,0 +1,81 @@
+{
+ "id": "oct-mechanism-picker",
+ "displayName": "oct-mechanism-picker",
+ "version": "1.0.0",
+ "description": "oct-mechanism-picker",
+ "keywords": [
+ "oct-mechanism-picker"
+],
+ "repository": "",
+ "engines": {
+ "HBuilderX": "^3.1.0"
+ },
+ "dcloudext": {
+ "type": "component-vue",
+ "sale": {
+ "regular": {
+ "price": "0.00"
+ },
+ "sourcecode": {
+ "price": "0.00"
+ }
+ },
+ "contact": {
+ "qq": ""
+ },
+ "declaration": {
+ "ads": "",
+ "data": "",
+ "permissions": ""
+ },
+ "npmurl": ""
+ },
+ "uni_modules": {
+ "dependencies": [],
+ "encrypt": [],
+ "platforms": {
+ "cloud": {
+ "tcb": "u",
+ "aliyun": "u"
+ },
+ "client": {
+ "Vue": {
+ "vue2": "u",
+ "vue3": "u"
+ },
+ "App": {
+ "app-vue": "u",
+ "app-nvue": "u"
+ },
+ "H5-mobile": {
+ "Safari": "u",
+ "Android Browser": "u",
+ "微信浏览器(Android)": "u",
+ "QQ浏览器(Android)": "u"
+ },
+ "H5-pc": {
+ "Chrome": "u",
+ "IE": "u",
+ "Edge": "u",
+ "Firefox": "u",
+ "Safari": "u"
+ },
+ "小程序": {
+ "微信": "u",
+ "阿里": "u",
+ "百度": "u",
+ "字节跳动": "u",
+ "QQ": "u",
+ "钉钉": "u",
+ "快手": "u",
+ "飞书": "u",
+ "京东": "u"
+ },
+ "快应用": {
+ "华为": "u",
+ "联盟": "u"
+ }
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/uni_modules/oct-mechanism-picker/readme.md b/uni_modules/oct-mechanism-picker/readme.md
new file mode 100644
index 0000000..cfa15d6
--- /dev/null
+++ b/uni_modules/oct-mechanism-picker/readme.md
@@ -0,0 +1 @@
+# oct-mechanism-picker
\ No newline at end of file