Commit d7b88c8a authored by haiyoucuv's avatar haiyoucuv

init

parent fabc055e
......@@ -11,4 +11,16 @@
.common_view_hover {
transform: scale(0.95);
}
.modal_bg {
width: 750rpx;
height: 1624rpx;
z-index: 10;
position: fixed;
left: 0;
top: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.7);
}
\ No newline at end of file
{
"component": true,
"usingComponents": {}
}
\ No newline at end of file
/* components/GetPanel/GetPanel.wxss */
.get_panel {
.get_panel_light {
background-image: url("//yun.duiba.com.cn/polaris/light.d591aa526458eee83020d5f1ebb798a754acaa62.png");
background-size: 100% 100%;
position: absolute;
left: 0;
top: 229px;
width: 750px;
height: 1074px;
}
.get_panel_bg {
background-image: url("//yun.duiba.com.cn/polaris/bg.a97b7a5db215d3f7bba1546b293108efe6e68497.png");
background-size: 100% 100%;
position: absolute;
left: 14px;
top: 432px;
width: 722px;
height: 647px;
}
.get_panel_btn {
background-image: url("//yun.duiba.com.cn/polaris/btn.b2b29b3031088fac7e997e963e3ff9aef367176c.png");
background-size: 100% 100%;
position: absolute;
left: 164px;
top: 885px;
width: 422px;
height: 109px;
}
.get_panel_close {
background-image: url("//yun.duiba.com.cn/polaris/close.7932d4af726237a9aec1c39049703d353f7509f0.png");
background-size: 100% 100%;
position: absolute;
left: 347px;
top: 1090px;
width: 56px;
height: 56px;
}
}
\ No newline at end of file
// components/GetPanel/GetPanel.ts
Component({
/**
* 组件的属性列表
*/
properties: {
},
/**
* 组件的初始数据
*/
data: {
},
/**
* 组件的方法列表
*/
methods: {
}
})
\ No newline at end of file
<view class="modal_bg get_panel">
<view class="get_panel_light"/>
<view class="get_panel_bg"/>
<view class="get_panel_btn"/>
<view class="get_panel_close"/>
</view>
......@@ -8,9 +8,7 @@ ComponentWithStore({
fields: {
homeInfo: () => store.homeInfo,
},
actions: {
buttonTap: 'update',
},
actions: {},
},
/**
* 页面的初始数据
......@@ -43,6 +41,14 @@ ComponentWithStore({
},
methods: {},
methods: {
onShareAppMessage() {
return {
title: '自定义转发标题',
path: '/page/index/index?id=123',
}
}
},
})
})
\ No newline at end of file
......@@ -8,22 +8,25 @@
"less"
],
"babelSetting": {
"ignore": [],
"ignore": [
"miniprogram_npm/*"
],
"disablePlugins": [],
"outputPath": ""
},
"coverView": false,
"postcss": false,
"minified": true,
"enhance": false,
"enhance": true,
"showShadowRootInWxmlPanel": false,
"packNpmRelationList": [],
"ignoreUploadUnusedFiles": true,
"compileHotReLoad": false,
"skylineRenderEnable": true,
"condition": false,
"es6": false,
"uglifyFileName": false
"es6": true,
"uglifyFileName": false,
"swc": true
},
"simulatorType": "wechat",
"simulatorPluginLibVersion": {},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment