feat: 仓库初始化

This commit is contained in:
kun 2024-04-28 10:10:03 +08:00
parent 719243950a
commit 4d632a8da7
2148 changed files with 116673 additions and 0 deletions

16
.hbuilderx/launch.json Normal file
View File

@ -0,0 +1,16 @@
{ // launch.json configurations app-plus/h5/mp-weixin/mp-baidu/mp-alipay/mp-qq/mp-toutiao/mp-360/
// launchtypelocalremote, localremote
"version": "0.0",
"configurations": [{
"app-plus" :
{
"launchtype" : "local"
},
"default" :
{
"launchtype" : "local"
},
"type" : "uniCloud"
}
]
}

125
App.vue Normal file
View File

@ -0,0 +1,125 @@
<script>
export default {
onLaunch: function() {
console.log('App Launch')
uni.showLoading({
title: "加载中..."
})
window.msgFromUniapp = function(arg) {
console.log(arg.token);
if (arg.token) {
uni.setStorageSync('wflow-token', arg.token)
uni.setStorageSync('loginUser', arg.loginUser)
if (arg.page) {
uni.reLaunch({
url: arg.page
})
} else {
uni.reLaunch({
url: '/pages/submit/submit'
})
}
}
uni.hideLoading()
}
},
onShow: function() {
console.log('App Show')
},
onHide: function() {
console.log('App Hide')
}
}
</script>
<style lang="scss">
/* 注意要写在第一行同时给style标签加入lang="scss"属性 */
page {
background-color: #F4F5F7;
}
.w-button {
border-radius: 48rpx;
font-size: 32rpx !important;
border: none;
&::after {
border: none;
}
}
.w-click-hover {
background-color: #F7F7F7;
}
//
.w-form-input-rv {
font-size: 32rpx;
margin-left: 5px;
}
.over-tip {
overflow: hidden;
text-overflow: ellipsis;
/* 设置文本溢出时显示省略号 */
white-space: nowrap;
}
//
:deep(.w-form-input) {
font-size: 32rpx;
border: none;
.is-input-border,
.input-value-border {
border: none !important;
}
.uni-input-placeholder,
.uni-input-wrapper,
.placeholder,
.input-value,
.uni-date__x-input,
.uni-textarea-placeholder,
.uni-textarea-wrapper {
font-size: 32rpx !important;
}
.is-disabled {
background-color: white !important;
}
}
/* #ifdef MP */
.wflow-form .uni-forms-item {
padding: 0 16rpx 32rpx 16rpx;
background-color: white;
margin-bottom: 16rpx;
font-size: 32rpx !important;
.uni-forms-item__error {
padding-top: 0 !important;
}
.uni-easyinput__content-input {
height: 30px;
font-size: 32rpx
}
.uni-easyinput__placeholder-class,
.uni-date__x-input {
font-size: 32rpx
}
.w-form-title {
display: flex;
align-items: center;
padding: 13rpx 0;
}
}
/* #endif */
</style>

View File

@ -0,0 +1,14 @@
## 本项目为 wflow-pro 移动端app项目
请遵循授权规则使用,严禁私下传播、倒卖等侵权行为
本项目内自带了uni_modules依赖使用请先执行 `npm install` 按照npm依赖然后使用uniapp官方 Hbuilderx 开发工具打开
项目正在开发中,请耐心等待。。。
导入的组件库`uni_modules`部分组件在默认基础上进行了修改,修改如下:
- uni-popup 弹层open和close函数添加了自定义事件用来防止点击穿透文件选择器
- uni-easy-input 组件_Blur 函数失焦时添加小数位数格式化
- cc-selectDity 组件area.js 最后一行去除返回城市编码
- l-upload 图片上传组件修复bug及根据wflow改造

BIN
__MACOSX/._App.vue Normal file

Binary file not shown.

BIN
__MACOSX/._README.md Normal file

Binary file not shown.

Binary file not shown.

BIN
__MACOSX/._api Normal file

Binary file not shown.

BIN
__MACOSX/._components Normal file

Binary file not shown.

BIN
__MACOSX/._index.html Normal file

Binary file not shown.

BIN
__MACOSX/._main.js Normal file

Binary file not shown.

BIN
__MACOSX/._manifest.json Normal file

Binary file not shown.

BIN
__MACOSX/._package-lock.json generated Normal file

Binary file not shown.

BIN
__MACOSX/._package.json Normal file

Binary file not shown.

BIN
__MACOSX/._pages Normal file

Binary file not shown.

BIN
__MACOSX/._pages.json Normal file

Binary file not shown.

BIN
__MACOSX/._static Normal file

Binary file not shown.

BIN
__MACOSX/._theme.less Normal file

Binary file not shown.

Binary file not shown.

BIN
__MACOSX/._uni.scss Normal file

Binary file not shown.

Binary file not shown.

BIN
__MACOSX/._uni_modules Normal file

Binary file not shown.

BIN
__MACOSX/._utils Normal file

Binary file not shown.

BIN
__MACOSX/api/._model.js Normal file

Binary file not shown.

BIN
__MACOSX/api/._org.js Normal file

Binary file not shown.

BIN
__MACOSX/api/._process.js Normal file

Binary file not shown.

BIN
__MACOSX/api/._request.js Normal file

Binary file not shown.

BIN
__MACOSX/api/._resource.js Normal file

Binary file not shown.

BIN
__MACOSX/api/._task.js Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
__MACOSX/components/._form Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
__MACOSX/pages/._contacts Normal file

Binary file not shown.

BIN
__MACOSX/pages/._instance Normal file

Binary file not shown.

BIN
__MACOSX/pages/._login Normal file

Binary file not shown.

BIN
__MACOSX/pages/._my Normal file

Binary file not shown.

BIN
__MACOSX/pages/._submit Normal file

Binary file not shown.

BIN
__MACOSX/pages/._workspace Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
__MACOSX/pages/my/._my.vue Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
__MACOSX/static/._iconfont Normal file

Binary file not shown.

BIN
__MACOSX/static/._image Normal file

Binary file not shown.

Binary file not shown.

BIN
__MACOSX/static/._tabs Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More