This website works better with JavaScript.
首頁
探索
說明
註冊
登入
weapp
/
C
關註
8
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
66
Wiki
Activity
瀏覽代碼
[拼团][修改]:[拼团底部按钮样式的修改]
tags/安徽版C.4.1.6最终版
meo
6 年之前
父節點
1b0431866a
當前提交
941e5c2c23
共有
3 個文件被更改
,包括
8 次插入
和
8 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-6
pages/spellGroup/mySpellGroup/index.wxss
+1
-1
pages/user/index.js
+1
-1
project.config.json
+ 6
- 6
pages/spellGroup/mySpellGroup/index.wxss
查看文件
@@ -181,12 +181,12 @@
line-height:50rpx;
}
.edit{
position:
fixed;
/* width: 690rpx; */
bottom: 20rpx
;
left:
0;
right: 0
;
padding: 0 22rpx
;
position:fixed;
bottom:0;
left:0
;
right:
0;
padding:20rpx 22rpx
;
background:#fff
;
}
.edit-left{
float: left;
+ 1
- 1
pages/user/index.js
查看文件
@@ -1,7 +1,7 @@
const extConfig = wx.getExtConfigSync ? wx.getExtConfigSync() : {}
let appVersion;
if (Object.keys(extConfig).length == 0) {
appVersion = 'C.4.1.
0
';
appVersion = 'C.4.1.
1
';
}
var config = require("../../config/config.js");
var app = getApp();
+ 1
- 1
project.config.json
查看文件
@@ -13,7 +13,7 @@
},
"compileType": "miniprogram",
"libVersion": "2.2.0",
"appid": "wx
b11603577a84a86d
",
"appid": "wx
649b3be73c1afe47
",
"projectname": "C%E7%AB%AF%E5%B0%8F%E7%A8%8B%E5%BA%8F",
"isGameTourist": false,
"condition": {
Write
Preview
Loading…
取消
儲存