Commit ed443524 authored by 王炽's avatar 王炽

666

parent 2065c9ff
......@@ -646,6 +646,10 @@ const backHandler = () => {
const backFailHandler = () => {
console.log('backFailHandler');
jump({
type: JumpType.INNER,
url: "/pages/index/index"
})
}
onShareAppMessage(() => {
......@@ -1398,11 +1402,12 @@ const onTouchEnd = () => {
// 返回按钮
.back-btn {
position: absolute;
position: fixed;
top: 119rpx;
left: 30rpx;
width: 29rpx;
height: 29rpx;
z-index: 50;
}
.title{
......
......@@ -641,11 +641,11 @@ const toggleHeadTip = () => {
if (!canClick(2)) return
pushCount(2)
tempHeadCircumference.value = headCircumference.value;
isHeadTipActive.value = !isHeadTipActive.value
if(isHeadTipActive.value){
// 不改变输入框的值,只标记为暂无数据状态
// headCircumference.value = 0; // 注释掉这行,保持原值
tempHeadCircumference.value = headCircumference.value;
headCircumference.value = 0;
}else{
// 恢复原来的值
headCircumference.value = tempHeadCircumference.value;
......
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