Commit de395c36 by 周志凯

我的

1 parent 218f3f29
# /node_modules
\ No newline at end of file
/node_modules
\ No newline at end of file
......@@ -199,4 +199,15 @@
color: #c9c9c9;
}
/*每个页面公共css */
/*弹窗插件样式覆盖*/
.dialog-btn {
color: #0069FF;
}
.message .message-dialog.alert .message-content,
.message .message-dialog.confirm .message-content,
.message .message-dialog.prompt .message-content {
border-radius: 25.36upx !important;
}
</style>
......@@ -12,11 +12,16 @@ import 'vue-easytable/libs/themes-base/index.css'
// 导入 table 和 分页组件
import {VTable,VPagination} from 'vue-easytable'
//引入弹窗组件
import MobileMessage from 'mobile-message'
import 'mobile-message/dist/message.css'
// 注册到全局
Vue.component(VTable.name, VTable)
Vue.component(VPagination.name, VPagination)
Vue.use(VueI18n)
Vue.use(AwesomePicker);
console.log('main MobileMessage', MobileMessage)
Vue.use(MobileMessage)
Vue.config.productionTip = false
Vue.prototype.echarts=echarts;
App.mpType = 'app'
......
This diff could not be displayed because it is too large.
......@@ -20,7 +20,7 @@
"navigationBarTitleText": "精准客流"
}
},{
"path": "pages/my/index",
"path": "pages/profile/index",
"style": {
"navigationBarTitleText": "我的"
}
......@@ -120,7 +120,7 @@
"selectedIconPath": "static/index/manageSelect.png",
"text": "后台管理"
}, {
"pagePath": "pages/my/index",
"pagePath": "pages/profile/index",
"iconPath": "static/index/my.png",
"selectedIconPath": "static/index/mySelect.png",
"text": "我的"
......
......@@ -88,7 +88,7 @@
}
})
uni.request({
url:window.url+"accounts",
url:window.url+"/accounts",
data:{
id:this.id,
_t:Date.parse(new Date())/1000
......
<template>
<view>
222000
<button onclick="model.switchConnectType()">调用swift无参</button>
</view>
</template>
<script>
</script>
<style>
</style>
window.url="https://store.keliuyun.com/report"
// window.url="http://192.168.7.228:17070"
window.pageType="store";
\ No newline at end of file
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!