first commit

This commit is contained in:
编码猿
2024-09-27 02:06:13 +08:00
commit 852d94fbb9
36760 changed files with 3274413 additions and 0 deletions

View File

@@ -0,0 +1 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/play/play"],{"41c8":function(n,e,t){"use strict";var r,u=function(){var n=this,e=n.$createElement;n._self._c},c=[];t.d(e,"b",(function(){return u})),t.d(e,"c",(function(){return c})),t.d(e,"a",(function(){return r}))},"7c67":function(n,e,t){"use strict";var r=t("bfcf"),u=t.n(r);u.a},8954:function(n,e,t){"use strict";t.r(e);var r=t("e7bc"),u=t.n(r);for(var c in r)"default"!==c&&function(n){t.d(e,n,(function(){return r[n]}))}(c);e["default"]=u.a},"916f":function(n,e,t){"use strict";t.r(e);var r=t("41c8"),u=t("8954");for(var c in u)"default"!==c&&function(n){t.d(e,n,(function(){return u[n]}))}(c);t("7c67");var o,i=t("f0c5"),a=Object(i["a"])(u["default"],r["b"],r["c"],!1,null,null,null,!1,r["a"],o);e["default"]=a.exports},bfcf:function(n,e,t){},d768:function(n,e,t){"use strict";(function(n){t("0f2c");r(t("66fd"));var e=r(t("916f"));function r(n){return n&&n.__esModule?n:{default:n}}n(e.default)}).call(this,t("543d")["createPage"])},e7bc:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var r=u(t("4795"));function u(n){return n&&n.__esModule?n:{default:n}}function c(n,e,t,r,u,c,o){try{var i=n[c](o),a=i.value}catch(f){return void t(f)}i.done?e(a):Promise.resolve(a).then(r,u)}function o(n){return function(){var e=this,t=arguments;return new Promise((function(r,u){var o=n.apply(e,t);function i(n){c(o,r,u,i,a,"next",n)}function a(n){c(o,r,u,i,a,"throw",n)}i(void 0)}))}}var i=function(){Promise.all([t.e("common/vendor"),t.e("components/lime-painter/index")]).then(function(){return resolve(t("44af"))}.bind(null,t)).catch(t.oe)},a={data:function(){return{href:"https://uniapp.dcloud.io/component/README?id=uniui",base:{width:"686rpx",height:"130rpx",views:[{type:"view",css:{left:"0rpx",top:"0rpx",background:"#07c160",width:"120rpx",height:"120rpx"}}]}}},created:function(){},components:{lime:i},methods:{GetIndex:function(){var n=this;return o(r.default.mark((function e(){var t;return r.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return console.log("GetIndex"),e.next=3,n.$http.IndexService.Index({});case 3:t=e.sent,console.log("哈哈哈:",t);case 5:case"end":return e.stop()}}),e)})))()}}};e.default=a}},[["d768","common/runtime","common/vendor"]]]);

View File

@@ -0,0 +1,6 @@
{
"navigationBarTitleText": "play",
"usingComponents": {
"lime": "/components/lime-painter/index"
}
}

View File

@@ -0,0 +1 @@
<view class="play _div">播放</view>

View File

@@ -0,0 +1 @@
.container{padding:20px;font-size:14px;line-height:24px}