diff --git a/compontent/public/downmenu.vue b/compontent/public/downmenu.vue index 95daba3..0a365b1 100644 --- a/compontent/public/downmenu.vue +++ b/compontent/public/downmenu.vue @@ -22,7 +22,7 @@ itemTarget: { type: Number, required: true // 如果必须传 - // default: 0 // 如果你想给默认值 + // default: 0 // 如果您想给默认值 } }) diff --git a/compontent/public/huakuai.vue b/compontent/public/huakuai.vue index 1629b4c..18ecc80 100644 --- a/compontent/public/huakuai.vue +++ b/compontent/public/huakuai.vue @@ -26,7 +26,7 @@ height: pieceSize + 'rpx', backgroundImage: `url(${bgImage})`, backgroundSize: containerWidth + 'rpx ' + containerHeight + 'rpx', - backgroundPosition: `-${originX+30}rpx -${originY+43}rpx`, + backgroundPosition: `-${originX+20}rpx -${originY+13}rpx`, clipPath: clipPath, transform: 'translate(-50%, -50%)' }" diff --git a/pages.json b/pages.json index 500ab32..64d8155 100644 --- a/pages.json +++ b/pages.json @@ -24,12 +24,24 @@ "navigationBarTitleText": "选择角色" } }, + { + "path": "pages/login/threeselectonespec", + "style": { + "navigationBarTitleText": "选择角色" + } + }, { "path": "pages/login/workjoin", "style": { "navigationBarTitleText": "员工入驻", "enablePullDownRefresh": true } + },{ + "path": "pages/login/workjoinsuccess", + "style": { + "navigationBarTitleText": "员工入驻", + "enablePullDownRefresh": true + } }, { "path": "pages/login/code", diff --git a/pages/addjigou/all.vue b/pages/addjigou/all.vue index 3b5895c..373bec3 100644 --- a/pages/addjigou/all.vue +++ b/pages/addjigou/all.vue @@ -1,19 +1,27 @@