Initial commit: queue workspace

Made-with: Cursor
This commit is contained in:
apple
2026-03-21 02:55:24 +08:00
commit 78de918c37
12388 changed files with 1840126 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["components/customForm/index"],{"258a":function(t,n,e){"use strict";e.d(n,"b",(function(){return u})),e.d(n,"c",(function(){return o})),e.d(n,"a",(function(){}));var u=function(){var t=this,n=t.$createElement,e=(t._self._c,t.customForm&&t.customForm.length&&t.isShow),u=e?t.__map(t.customForm,(function(n,e){var u=t.__get_orig(n),o=n.value&&-1==["uploadPicture","dateranges"].indexOf(n.name)||n.value.length&&-1!=["uploadPicture","dateranges"].indexOf(n.name),r=o&&"uploadPicture"!=n.name&&"dateranges"==n.name?n.value.length:null;return{$orig:u,g1:o,g2:r}})):null;t.$mp.data=Object.assign({},{$root:{g0:e,l0:u}})},o=[]},"590b":function(t,n,e){},"84cc":function(t,n,e){"use strict";e.r(n);var u=e("f8d3"),o=e.n(u);for(var r in u)["default"].indexOf(r)<0&&function(t){e.d(n,t,(function(){return u[t]}))}(r);n["default"]=o.a},b844:function(t,n,e){"use strict";var u=e("590b"),o=e.n(u);o.a},d118:function(t,n,e){"use strict";e.r(n);var u=e("258a"),o=e("84cc");for(var r in o)["default"].indexOf(r)<0&&function(t){e.d(n,t,(function(){return o[t]}))}(r);e("b844");var a=e("828b"),c=Object(a["a"])(o["default"],u["b"],u["c"],!1,null,null,null,!1,u["a"],void 0);n["default"]=c.exports},f8d3:function(t,n,e){"use strict";(function(t){Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var e={name:"customForm",props:{customForm:{type:Array,default:function(){return[]}}},data:function(){return{isShow:0}},watch:{customForm:function(t){var n=this;t&&t.length&&t.forEach((function(t){if(t.value)return n.isShow=1}))}},created:function(){},mounted:function(){},methods:{getCustomForm:function(n,e){t.previewImage({urls:this.customForm[n].value,current:this.customForm[n].value[e]})}}};n.default=e}).call(this,e("df3c")["default"])}}]);
;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([
'components/customForm/index-create-component',
{
'components/customForm/index-create-component':(function(module, exports, __webpack_require__){
__webpack_require__('df3c')['createComponent'](__webpack_require__("d118"))
})
},
[['components/customForm/index-create-component']]
]);

View File

@@ -0,0 +1,4 @@
{
"component": true,
"usingComponents": {}
}

View File

@@ -0,0 +1 @@
<block wx:if="{{$root.g0}}"><view class="wrapper card"><block wx:for="{{$root.l0}}" wx:for-item="item" wx:for-index="index" wx:key="index"><block wx:if="{{item.g1}}"><view class="item acea-row row-between"><view class="title">{{item.$orig.titleConfig.value+""}}</view><block wx:if="{{item.$orig.name=='uploadPicture'}}"><view class="conter"><block wx:for="{{item.$orig.value}}" wx:for-item="img" wx:for-index="indexn" wx:key="indexn"><view class="pictrue"><image src="{{img}}" mode="aspectFill" data-event-opts="{{[['tap',[['getCustomForm',[index,indexn]]]]]}}" bindtap="__e"></image></view></block></view></block><block wx:else><block wx:if="{{item.$orig.name=='dateranges'}}"><view class="conter"><block wx:if="{{item.g2}}"><text>{{item.$orig.value[0]+'/'+item.$orig.value[1]}}</text></block></view></block><block wx:else><view class="conter">{{item.$orig.value}}</view></block></block></view></block></block><slot name="bottom"></slot></view></block>

View File

@@ -0,0 +1 @@
.wrapper{background-color:#fff;margin-top:6px;padding:15px}.wrapper .item{font-size:28rpx;color:#282828}.wrapper .item .title{width:200rpx}.wrapper .item ~ .item{margin-top:20rpx;white-space:normal;word-break:break-all;word-wrap:break-word}.wrapper .item .conter{color:#868686;width:460rpx;display:flex;flex-wrap:nowrap;justify-content:flex-end;text-align:right}.wrapper .item .conter .pictrue{width:80rpx;height:80rpx;margin-left:6rpx}.wrapper .item .conter .pictrue image{width:100%;height:100%;border-radius:6rpx}