téléchargement mip-appdl


mip-appdl est utilisé pour prendre en charge le téléchargement d'applications dans mip

QQ截图20170204114011.png

Exemple

Utilisation de base

<mip-appdl 
    tpl="imageText" 
    src="http://ms0.meituan.net/touch/css/i/logo.png" 
    texttip= "['积分能当钱花了','下载百度浏览器','下载百度浏览器']" 
    downbtntext="立即使用" 
    Android-downsrc="http://sqdd.myapp.com/myapp/qqteam/AndroidQQ/mobileqq_android.apk" 
    Ios-downsrc="itms-apps://itunes.apple.com/app/id452186370" postiontye="static">
</mip-appdl>

Position fixe

  • Utiliser la prise en charge des composants flottants
<mip-fixed type="bottom">
    <mip-appdl 
        tpl="imageText" 
        src="http://ms0.meituan.net/touch/css/i/logo.png" 
        texttip= "['积分能当钱花了','下载百度浏览器','下载百度浏览器']" 
        downbtntext="立即使用"
        postiontye="fixed" 
        Android-downsrc="http://sqdd.myapp.com/myapp/qqteam/AndroidQQ/mobileqq_android.apk" 
        Ios-downsrc="itms-apps://itunes.apple.com/app/id452186370" 
        postiontye="fixed"
    ></mip-appdl>
</mip-fixed>

Attributs

tpl

Description : Affichage Type
Obligatoire : Oui
Format : String
Valeur : noneImg, imageText

src

Description : Adresse de l'image
Obligatoire : Oui (if (tpl == imageText))
Format : String
Valeur : type d'url

texttip

Description : Afficher la question uniquement
Obligatoire : Oui
Format : Chaîne

Android-downsrc

Description : Chemin de téléchargement Android
Obligatoire : Non
Format : Chaîne
Valeur : Type d'URL
Restrictions d'utilisation : Le téléchargement direct doit passer l'apk chemin de téléchargement direct, sinon le chemin de la page de téléchargement peut être transmis Si le système correspondant n'a pas de lien de téléchargement, il ne s'affichera pas automatiquement

Ios-downsrc

Description : chemin de téléchargement ios
Obligatoire : Non
Format : Chaîne.
Valeur : type d'url
Restrictions d'utilisation : Vous devez renseigner le chemin de téléchargement de l'Appstore (itms-apps://itunes.apple.com/app/id452186370) ou le chemin de la page de téléchargement si le système correspondant ne dispose pas de lien de téléchargement. , il ne s'affichera pas automatiquement

postiontye

Description : Position
Obligatoire : Oui
Format : Chaîne
Valeur : Il y a deux positions : statique (position normale dans le document), fixe (fixée en bas)